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 theIteratorinterface. -
-
Uses of AbstractEmptyIterator in org.apache.commons.collections4.iterators
Subclasses of AbstractEmptyIterator in org.apache.commons.collections4.iterators Modifier and Type Class Description classAbstractEmptyMapIterator<K,V>Provides an implementation of an empty map iterator.classEmptyIterator<E>Provides an implementation of an empty iterator.classEmptyListIterator<E>Provides an implementation of an empty list iterator.classEmptyMapIterator<K,V>Provides an implementation of an empty map iterator.classEmptyOrderedIterator<E>Provides an implementation of an empty ordered iterator.classEmptyOrderedMapIterator<K,V>Provides an implementation of an empty ordered map iterator.
-