Package gw.util.concurrent
Class ConcurrentWeakHashMap.KeyIterator
java.lang.Object
ConcurrentWeakHashMap<K,V>.HashIterator
gw.util.concurrent.ConcurrentWeakHashMap.KeyIterator
- All Implemented Interfaces:
Enumeration<K>
,Iterator<K>
- Enclosing class:
- ConcurrentWeakHashMap<K,
V>
final class ConcurrentWeakHashMap.KeyIterator
extends ConcurrentWeakHashMap<K,V>.HashIterator
implements Iterator<K>, Enumeration<K>
-
Field Summary
Fields inherited from class gw.util.concurrent.ConcurrentWeakHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.util.concurrent.ConcurrentWeakHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator, hasMoreElements
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<K>
-