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 ConcurrentIntObjectHashMap.HashIterator
hasMoreElements, hasNext, nextEntry, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Enumeration
asIterator, hasMoreElementsMethods inherited from interface Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<V>
-
next
-