Class ConcurrentWeakHashMap.KeyIterator
java.lang.Object
ConcurrentWeakHashMap<K,V>.gw.util.concurrent.ConcurrentWeakHashMap.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 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 Enumeration
asIterator, hasMoreElementsMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<K>
-