Class ConcurrentReaderHashMap.KeyIterator
java.lang.Object
org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.KeyIterator
- All Implemented Interfaces:
Enumeration,Iterator
- Enclosing class:
- ConcurrentReaderHashMap
protected class ConcurrentReaderHashMap.KeyIterator extends ConcurrentReaderHashMap.HashIterator
-
Field Summary
Fields inherited from class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
currentKey, currentValue, entry, index, lastReturned, tab -
Constructor Summary
Constructors Modifier Constructor Description protectedKeyIterator() -
Method Summary
Modifier and Type Method Description protected ObjectreturnValueOfNext()Methods inherited from class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
hasMoreElements, hasNext, next, nextElement, remove
-
Constructor Details
-
KeyIterator
protected KeyIterator()
-
-
Method Details
-
returnValueOfNext
- Overrides:
returnValueOfNextin classConcurrentReaderHashMap.HashIterator
-