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.multimap |
This package contains implementations of the
MultiValuedMap interfaces. |
org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces. |
org.apache.commons.collections4.set |
This package contains implementations of the
Set ,
SortedSet and
NavigableSet 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.
|
class |
SkippingIterator<E>
Decorates another iterator to skip the first N elements.
|
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) class |
AbstractMultiValuedMap.AsMap.AsMapEntrySetIterator
EntrySet iterator for the asMap view.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
AbstractMapMultiSet.UniqueSetIterator<E>
Inner class UniqueSetIterator.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
ListOrderedSet.OrderedSetIterator<E>
Internal iterator handle remove.
|