Class ConcurrentIntObjectHashMap.ValueIterator
java.lang.Object
ConcurrentIntObjectHashMap<V>.com.strobel.collections.concurrent.ConcurrentIntObjectHashMap.HashIterator
com.strobel.collections.concurrent.ConcurrentIntObjectHashMap.ValueIterator
- All Implemented Interfaces:
Enumeration<V>,Iterator<V>
- Enclosing class:
ConcurrentIntObjectHashMap<V>
private final class ConcurrentIntObjectHashMap.ValueIterator
extends ConcurrentIntObjectHashMap<V>.HashIterator
implements Iterator<V>, Enumeration<V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.strobel.collections.concurrent.ConcurrentIntObjectHashMap.HashIterator
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
private ValueIterator()
-
-
Method Details
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<V>
-
next
-