Uses of Class
org.apache.commons.collections4.iterators.AbstractEmptyIterator
-
Packages that use AbstractEmptyIterator Package Description org.apache.commons.collections4.iterators This package contains implementations of theIterator
interface. -
-
Uses of AbstractEmptyIterator in org.apache.commons.collections4.iterators
Subclasses of AbstractEmptyIterator in org.apache.commons.collections4.iterators Modifier and Type Class 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.
-