Class SoftHashMap.KeyIterator
java.lang.Object
SoftHashMap<K,V>.com.mycila.xmltool.SoftHashMap.HashIterator<K>
com.mycila.xmltool.SoftHashMap.KeyIterator
- All Implemented Interfaces:
Iterator<K>
- Enclosing class:
SoftHashMap<K,V>
-
Field Summary
Fields inherited from class SoftHashMap.HashIterator
currentKey, entry, expectedModCount, index, lastReturned, nextKey -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class SoftHashMap.HashIterator
hasNext, nextEntry, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
private KeyIterator()
-
-
Method Details
-
next
-