Class ConcurrentReaderHashMap.ValueIterator
java.lang.Object
org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.ValueIterator
- All Implemented Interfaces:
- java.util.Enumeration,- java.util.Iterator
- Enclosing class:
- ConcurrentReaderHashMap
protected class ConcurrentReaderHashMap.ValueIterator extends ConcurrentReaderHashMap.HashIterator
- 
Field SummaryFields inherited from class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIteratorcurrentKey, currentValue, entry, index, lastReturned, tab
- 
Constructor SummaryConstructors Modifier Constructor Description protectedValueIterator()
- 
Method SummaryModifier and Type Method Description protected java.lang.ObjectreturnValueOfNext()Methods inherited from class org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIteratorhasMoreElements, hasNext, next, nextElement, removeMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.EnumerationasIteratorMethods inherited from interface java.util.IteratorforEachRemaining
- 
Constructor Details- 
ValueIteratorprotected ValueIterator()
 
- 
- 
Method Details- 
returnValueOfNextprotected java.lang.Object returnValueOfNext()- Overrides:
- returnValueOfNextin class- ConcurrentReaderHashMap.HashIterator
 
 
-