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