r01f.types.collections
Class SoftHashMap.ValueIterator

java.lang.Object
  extended by r01f.types.collections.SoftHashMap.HashIterator<V>
      extended by r01f.types.collections.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 r01f.types.collections.SoftHashMap.HashIterator
currentKey, entry, expectedModCount, index, lastReturned, nextKey
 
Constructor Summary
private SoftHashMap.ValueIterator()
           
 
Method Summary
 V next()
           
 
Methods inherited from class r01f.types.collections.SoftHashMap.HashIterator
hasNext, nextEntry, remove
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SoftHashMap.ValueIterator

private SoftHashMap.ValueIterator()
Method Detail

next

public V next()