r01f.types.collections
Class SoftHashMap.EntryIterator

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

private SoftHashMap.EntryIterator()
Method Detail

next

public java.util.Map.Entry<K,V> next()