Class Flat3Map.KeySetIterator<K>
java.lang.Object
org.apache.commons.collections4.map.Flat3Map.EntryIterator<K,Object>
org.apache.commons.collections4.map.Flat3Map.KeySetIterator<K>
- All Implemented Interfaces:
Iterator<K>
static class Flat3Map.KeySetIterator<K>
extends Flat3Map.EntryIterator<K,Object>
implements Iterator<K>
KeySetIterator
-
Constructor Summary
Constructors -
Method Summary
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