Class ConcurrentReferenceHashMap.ValueIterator
java.lang.Object
ConcurrentReferenceHashMap<K,V>.org.apache.commons.collections4.map.ConcurrentReferenceHashMap.HashIterator
org.apache.commons.collections4.map.ConcurrentReferenceHashMap.ValueIterator
- All Implemented Interfaces:
Enumeration<V>,Iterator<V>
- Enclosing class:
ConcurrentReferenceHashMap<K,V>
private final class ConcurrentReferenceHashMap.ValueIterator
extends ConcurrentReferenceHashMap<K,V>.HashIterator
implements Iterator<V>, Enumeration<V>
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.collections4.map.ConcurrentReferenceHashMap.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
hasMoreElementsMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, remove
-
Constructor Details
-
ValueIterator
private ValueIterator()
-
-
Method Details
-
next
-
nextElement
- Specified by:
nextElementin interfaceEnumeration<V>
-