Uses of Class
org.apache.commons.collections4.iterators.AbstractEmptyMapIterator
-
Packages that use AbstractEmptyMapIterator Package Description org.apache.commons.collections4.iterators This package contains implementations of theIteratorinterface. -
-
Uses of AbstractEmptyMapIterator in org.apache.commons.collections4.iterators
Subclasses of AbstractEmptyMapIterator in org.apache.commons.collections4.iterators Modifier and Type Class Description classEmptyMapIterator<K,V>Provides an implementation of an empty map iterator.classEmptyOrderedMapIterator<K,V>Provides an implementation of an empty ordered map iterator.
-