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
 
 protected class ConcurrentReaderHashMap.ValueIterator extends ConcurrentReaderHashMap.HashIterator 
- 
- 
Field Summary- 
Fields inherited from class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIteratorcurrentKey, currentValue, entry, index, lastReturned, tab
 
- 
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedValueIterator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description protected ObjectreturnValueOfNext()- 
Methods inherited from class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIteratorhasMoreElements, hasNext, next, nextElement, remove
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface java.util.EnumerationasIterator
 - 
Methods inherited from interface java.util.IteratorforEachRemaining
 
- 
 
- 
- 
- 
Method Detail- 
returnValueOfNextprotected Object returnValueOfNext() - Overrides:
- returnValueOfNextin class- ConcurrentReaderHashMap.HashIterator
 
 
- 
 
-