Package org.jboss.netty.util.internal
Class ConcurrentIdentityHashMap.EntryIterator
java.lang.Object
ConcurrentIdentityHashMap<K,V>.org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
org.jboss.netty.util.internal.ConcurrentIdentityHashMap.EntryIterator
- All Implemented Interfaces:
Iterator<Map.Entry<K,
,V>> ReusableIterator<Map.Entry<K,
V>>
- Enclosing class:
ConcurrentIdentityHashMap<K,
V>
final class ConcurrentIdentityHashMap.EntryIterator
extends ConcurrentIdentityHashMap<K,V>.HashIterator
implements ReusableIterator<Map.Entry<K,V>>
-
Field Summary
Fields inherited from class org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex
-
Constructor Summary
Constructors -
Method Summary
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 java.util.Iterator
forEachRemaining, hasNext, remove
Methods inherited from interface org.jboss.netty.util.internal.ReusableIterator
rewind