r01f.types.collections
Class SoftHashMap.KeyIterator

java.lang.Object
  extended by r01f.types.collections.SoftHashMap.HashIterator<K>
      extended by r01f.types.collections.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 r01f.types.collections.SoftHashMap.HashIterator
currentKey, entry, expectedModCount, index, lastReturned, nextKey
 
Constructor Summary
private SoftHashMap.KeyIterator()
           
 
Method Summary
 K 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.KeyIterator

private SoftHashMap.KeyIterator()
Method Detail

next

public K next()