Class ConcurrentIdentityWeakKeyHashMap.KeyIterator
java.lang.Object
ConcurrentIdentityWeakKeyHashMap<K,V>.org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.KeyIterator
- All Implemented Interfaces:
Enumeration<K>, Iterator<K>, ReusableIterator<K>
- Enclosing class:
ConcurrentIdentityWeakKeyHashMap<K,V>
final class ConcurrentIdentityWeakKeyHashMap.KeyIterator
extends ConcurrentIdentityWeakKeyHashMap<K,V>.HashIterator
implements ReusableIterator<K>, Enumeration<K>
-
Field Summary
Fields inherited from class ConcurrentIdentityWeakKeyHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConcurrentIdentityWeakKeyHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, remove, rewindMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Enumeration
hasMoreElementsMethods inherited from interface Iterator
forEachRemaining, hasNext, removeMethods inherited from interface ReusableIterator
rewind
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<K>
-