Package org.jboss.netty.util.internal
Class ConcurrentIdentityWeakKeyHashMap.ValueIterator
java.lang.Object
ConcurrentIdentityWeakKeyHashMap<K,V>.org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.HashIterator
org.jboss.netty.util.internal.ConcurrentIdentityWeakKeyHashMap.ValueIterator
- All Implemented Interfaces:
Enumeration<V>,Iterator<V>,ReusableIterator<V>
- Enclosing class:
ConcurrentIdentityWeakKeyHashMap<K,V>
final class ConcurrentIdentityWeakKeyHashMap.ValueIterator
extends ConcurrentIdentityWeakKeyHashMap<K,V>.HashIterator
implements ReusableIterator<V>, Enumeration<V>
-
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, rewindMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
hasMoreElementsMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, removeMethods inherited from interface org.jboss.netty.util.internal.ReusableIterator
rewind
-
Constructor Details
-
ValueIterator
ValueIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<V>
-