Package com.mycila.xmltool
Class SoftHashMap.KeyIterator
- java.lang.Object
-
- com.mycila.xmltool.SoftHashMap.HashIterator<K>
-
- com.mycila.xmltool.SoftHashMap.KeyIterator
-
- All Implemented Interfaces:
java.util.Iterator<K>
- Enclosing class:
- SoftHashMap<K,V>
private class SoftHashMap.KeyIterator extends SoftHashMap.HashIterator<K>
-
-
Field Summary
-
Fields inherited from class com.mycila.xmltool.SoftHashMap.HashIterator
currentKey, entry, expectedModCount, index, lastReturned, nextKey
-
-
Constructor Summary
Constructors Modifier Constructor Description private
KeyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
next()
-
Methods inherited from class com.mycila.xmltool.SoftHashMap.HashIterator
hasNext, nextEntry, remove
-
-
-
-
Method Detail
-
next
public K next()
-
-