Class Flat3Map.KeySetIterator<K>
- java.lang.Object
-
- org.apache.commons.collections4.map.Flat3Map.EntryIterator<K,Object>
-
- org.apache.commons.collections4.map.Flat3Map.KeySetIterator<K>
-
-
Constructor Summary
Constructors Constructor Description KeySetIterator(Flat3Map<K,?> parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Knext()-
Methods inherited from class org.apache.commons.collections4.map.Flat3Map.EntryIterator
hasNext, nextEntry, remove
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
-