Package EDU.oswego.cs.dl.util.concurrent
Class ConcurrentHashMap.ValueIterator
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.HashIterator
EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.ValueIterator
- All Implemented Interfaces:
Enumeration
,Iterator
- Enclosing class:
ConcurrentHashMap
-
Field Summary
Fields inherited from class EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.HashIterator
currentKey, currentValue, entry, index, lastReturned, tab
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.HashIterator
hasMoreElements, hasNext, next, nextElement, 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
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Constructor Details
-
ValueIterator
protected ValueIterator()
-
-
Method Details
-
returnValueOfNext
- Overrides:
returnValueOfNext
in classConcurrentHashMap.HashIterator
-