Class ConcurrentReaderHashMap.ValueIterator
java.lang.Object
org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.ValueIterator
- All Implemented Interfaces:
Enumeration, Iterator
- Enclosing class:
ConcurrentReaderHashMap
- Author:
- Adapted from ConcurrentHashMap (Doug Lea), adapted by the Groovy community
-
Field Summary
Fields inherited from class ConcurrentReaderHashMap.HashIterator
currentKey, currentValue, entry, index, lastReturned, tab -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ConcurrentReaderHashMap.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
-
ValueIterator
protected ValueIterator()
-
-
Method Details
-
returnValueOfNext
- Overrides:
returnValueOfNextin classConcurrentReaderHashMap.HashIterator
-