Class ConcurrentWeakHashMap.EntryIterator
java.lang.Object
ConcurrentWeakHashMap<K,V>.gw.util.concurrent.ConcurrentWeakHashMap.HashIterator
gw.util.concurrent.ConcurrentWeakHashMap.EntryIterator
- Enclosing class:
ConcurrentWeakHashMap<K,V>
final class ConcurrentWeakHashMap.EntryIterator
extends ConcurrentWeakHashMap<K,V>.HashIterator
implements Iterator<Map.Entry<K,V>>
-
Field Summary
Fields inherited from class ConcurrentWeakHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConcurrentWeakHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
EntryIterator
EntryIterator()
-
-
Method Details
-
next
-