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 theIteratorinterface. -
-
Uses of AbstractEmptyIterator in org.apache.commons.collections.iterators
Subclasses of AbstractEmptyIterator in org.apache.commons.collections.iterators Modifier and Type Class Description classEmptyIteratorProvides an implementation of an empty iterator.classEmptyListIteratorProvides an implementation of an empty list iterator.classEmptyMapIteratorProvides an implementation of an empty map iterator.classEmptyOrderedIteratorProvides an implementation of an empty ordered iterator.classEmptyOrderedMapIteratorProvides an implementation of an empty ordered map iterator.
-