Package | Description |
---|---|
org.apache.commons.collections.iterators |
This package contains implementations of the
Iterator interface. |
Modifier and Type | Class and Description |
---|---|
class |
EmptyIterator
Provides an implementation of an empty iterator.
|
class |
EmptyListIterator
Provides an implementation of an empty list iterator.
|
class |
EmptyMapIterator
Provides an implementation of an empty map iterator.
|
class |
EmptyOrderedIterator
Provides an implementation of an empty ordered iterator.
|
class |
EmptyOrderedMapIterator
Provides an implementation of an empty ordered map iterator.
|