Package org.jboss.netty.util.internal
Class ConcurrentIdentityWeakKeyHashMap.KeyIterator
java.lang.Object
ConcurrentIdentityWeakKeyHashMap<K,V>.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 org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, remove, rewind
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
hasMoreElements
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
Methods inherited from interface org.jboss.netty.util.internal.ReusableIterator
rewind
-
Constructor Details
-
KeyIterator
KeyIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<K>
-