Package com.mycila.xmltool
Class SoftHashMap.ValueIterator
java.lang.Object
SoftHashMap<K,V>.com.mycila.xmltool.SoftHashMap.HashIterator<V>
com.mycila.xmltool.SoftHashMap.ValueIterator
- All Implemented Interfaces:
Iterator<V>
- Enclosing class:
SoftHashMap<K,
V>
-
Field Summary
Fields inherited from class com.mycila.xmltool.SoftHashMap.HashIterator
currentKey, entry, expectedModCount, index, lastReturned, nextKey
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.mycila.xmltool.SoftHashMap.HashIterator
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
-
Constructor Details
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
next
-