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 theIterator
interface. -
-
Uses of AbstractEmptyMapIterator in org.apache.commons.collections4.iterators
Subclasses of AbstractEmptyMapIterator in org.apache.commons.collections4.iterators Modifier and Type Class Description class
EmptyMapIterator<K,V>
Provides an implementation of an empty map iterator.class
EmptyOrderedMapIterator<K,V>
Provides an implementation of an empty ordered map iterator.
-