Package | Description |
---|---|
org.apache.commons.collections4.bidimap | |
org.apache.commons.collections4.iterators |
This package contains implementations of the
Iterator interface. |
org.apache.commons.collections4.list |
This package contains implementations of the
List interface. |
org.apache.commons.collections4.map | |
org.apache.commons.collections4.set |
This package contains implementations of the
Set and
SortedSet interfaces. |
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractDualBidiMap.EntrySetIterator<K,V>
Inner class EntrySetIterator.
|
protected static class |
AbstractDualBidiMap.KeySetIterator<K>
Inner class KeySetIterator.
|
protected static class |
AbstractDualBidiMap.ValuesIterator<V>
Inner class ValuesIterator.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractIteratorDecorator<E>
Provides basic behaviour for decorating an iterator with extra functionality.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
SetUniqueList.SetListIterator<E>
Inner class iterator.
|
Modifier and Type | Class and Description |
---|---|
private class |
AbstractInputCheckedMapDecorator.EntrySetIterator
Implementation of an entry set iterator that checks additions via setValue.
|
(package private) static class |
ListOrderedMap.ListOrderedIterator<K,V> |
private class |
UnmodifiableEntrySet.UnmodifiableEntrySetIterator
Implementation of an entry set iterator.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ListOrderedSet.OrderedSetIterator<E>
Internal iterator handle remove.
|