Uses of Class
org.apache.commons.collections4.iterators.AbstractEmptyMapIterator

Packages that use AbstractEmptyMapIterator
org.apache.commons.collections4.iterators This package contains implementations of the Iterator interface. 
 

Uses of AbstractEmptyMapIterator in org.apache.commons.collections4.iterators
 

Subclasses of AbstractEmptyMapIterator in org.apache.commons.collections4.iterators
 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.
 



Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.