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