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