Class ConcurrentHashMap.KeyIterator
java.lang.Object
EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.HashIterator
EDU.oswego.cs.dl.util.concurrent.ConcurrentHashMap.KeyIterator
- All Implemented Interfaces:
Enumeration, Iterator
- Enclosing class:
ConcurrentHashMap
-
Field Summary
Fields inherited from class ConcurrentHashMap.HashIterator
currentKey, currentValue, entry, index, lastReturned, tab -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConcurrentHashMap.HashIterator
hasMoreElements, hasNext, next, nextElement, removeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Enumeration
asIteratorMethods inherited from interface Iterator
forEachRemaining
-
Constructor Details
-
KeyIterator
protected KeyIterator()
-
-
Method Details
-
returnValueOfNext
- Overrides:
returnValueOfNextin classConcurrentHashMap.HashIterator
-