Package org.jboss.netty.util.internal
Class ConcurrentIdentityHashMap.KeyIterator
- java.lang.Object
-
- org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
-
- org.jboss.netty.util.internal.ConcurrentIdentityHashMap.KeyIterator
-
- All Implemented Interfaces:
java.util.Enumeration<K>
,java.util.Iterator<K>
,ReusableIterator<K>
- Enclosing class:
- ConcurrentIdentityHashMap<K,V>
final class ConcurrentIdentityHashMap.KeyIterator extends ConcurrentIdentityHashMap.HashIterator implements ReusableIterator<K>, java.util.Enumeration<K>
-
-
Field Summary
-
Fields inherited from class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex
-
-
Constructor Summary
Constructors Constructor Description KeyIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description K
next()
K
nextElement()
-
Methods inherited from class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.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 org.jboss.netty.util.internal.ReusableIterator
rewind
-
-