Class ConcurrentIdentityHashMap.ValueIterator
java.lang.Object
ConcurrentIdentityHashMap<K,V>.org.jboss.netty.util.internal.ConcurrentIdentityHashMap.HashIterator
org.jboss.netty.util.internal.ConcurrentIdentityHashMap.ValueIterator
- All Implemented Interfaces:
Enumeration<V>, Iterator<V>, ReusableIterator<V>
- Enclosing class:
ConcurrentIdentityHashMap<K,V>
final class ConcurrentIdentityHashMap.ValueIterator
extends ConcurrentIdentityHashMap<K,V>.HashIterator
implements ReusableIterator<V>, Enumeration<V>
-
Field Summary
Fields inherited from class ConcurrentIdentityHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConcurrentIdentityHashMap.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
-
ValueIterator
ValueIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<V>
-