Package com.mycila.xmltool
Class SoftHashMap.ValueIterator
- java.lang.Object
-
- com.mycila.xmltool.SoftHashMap.HashIterator<V>
-
- com.mycila.xmltool.SoftHashMap.ValueIterator
-
- All Implemented Interfaces:
java.util.Iterator<V>
- Enclosing class:
- SoftHashMap<K,V>
private class SoftHashMap.ValueIterator extends SoftHashMap.HashIterator<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
ValueIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V
next()
-
Methods inherited from class com.mycila.xmltool.SoftHashMap.HashIterator
hasNext, nextEntry, remove
-
-
-
-
Method Detail
-
next
public V next()
-
-