Package gw.util.concurrent
Class ConcurrentWeakHashMap.ValueIterator
java.lang.Object
ConcurrentWeakHashMap<K,V>.HashIterator
gw.util.concurrent.ConcurrentWeakHashMap.ValueIterator
- All Implemented Interfaces:
Enumeration<V>,Iterator<V>
- Enclosing class:
- ConcurrentWeakHashMap<K,
V>
final class ConcurrentWeakHashMap.ValueIterator
extends ConcurrentWeakHashMap<K,V>.HashIterator
implements Iterator<V>, Enumeration<V>
-
Field Summary
Fields inherited from class gw.util.concurrent.ConcurrentWeakHashMap.HashIterator
currentKey, currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class gw.util.concurrent.ConcurrentWeakHashMap.HashIterator
advance, hasMoreElements, hasNext, nextEntry, removeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Enumeration
asIterator, hasMoreElementsMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
ValueIterator
ValueIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<V>
-