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