Package | Description |
---|---|
org.apache.commons.collections4.bidimap | |
org.apache.commons.collections4.iterators |
This package contains implementations of the
Iterator interface. |
org.apache.commons.collections4.multiset |
This package contains implementations of the
MultiSet and
SortedMultiSet interfaces. |
Modifier and Type | Class | 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 | Description |
---|---|---|
class |
SkippingIterator<E> |
Decorates another iterator to skip the first N elements.
|
Modifier and Type | Class | Description |
---|---|---|
protected static class |
AbstractMapMultiSet.UniqueSetIterator<E> |
Inner class UniqueSetIterator.
|
Copyright © 2001-2019 - Apache Software Foundation