Package | Description |
---|---|
org.apache.commons.collections4.iterators |
This package contains implementations of the
Iterator interface. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractEmptyMapIterator<K,V>
Provides an implementation of an empty map iterator.
|
class |
EmptyIterator<E>
Provides an implementation of an empty iterator.
|
class |
EmptyListIterator<E>
Provides an implementation of an empty list iterator.
|
class |
EmptyMapIterator<K,V>
Provides an implementation of an empty map iterator.
|
class |
EmptyOrderedIterator<E>
Provides an implementation of an empty ordered iterator.
|
class |
EmptyOrderedMapIterator<K,V>
Provides an implementation of an empty ordered map iterator.
|