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, remove
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator, hasMoreElements
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration<V>
-
next
-