Class ConcurrentReaderHashMap.HashIterator
- java.lang.Object
- 
- org.codehaus.groovy.runtime.metaclass.ConcurrentReaderHashMap.HashIterator
 
- 
- All Implemented Interfaces:
- Enumeration,- Iterator
 - Direct Known Subclasses:
- ConcurrentReaderHashMap.KeyIterator,- ConcurrentReaderHashMap.ValueIterator
 - Enclosing class:
- ConcurrentReaderHashMap
 
 protected class ConcurrentReaderHashMap.HashIterator extends Object implements Iterator, Enumeration 
- 
- 
Field SummaryFields Modifier and Type Field Description protected ObjectcurrentKeyprotected ObjectcurrentValueprotected ConcurrentReaderHashMap.Entryentryprotected intindexprotected ConcurrentReaderHashMap.EntrylastReturnedprotected ConcurrentReaderHashMap.Entry[]tab
 - 
Constructor SummaryConstructors Modifier Constructor Description protectedHashIterator()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanhasMoreElements()booleanhasNext()Objectnext()ObjectnextElement()voidremove()protected ObjectreturnValueOfNext()- 
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
 
- 
 
- 
- 
- 
Field Detail- 
tabprotected final ConcurrentReaderHashMap.Entry[] tab 
 - 
indexprotected int index 
 - 
entryprotected ConcurrentReaderHashMap.Entry entry 
 - 
currentKeyprotected Object currentKey 
 - 
currentValueprotected Object currentValue 
 - 
lastReturnedprotected ConcurrentReaderHashMap.Entry lastReturned 
 
- 
 - 
Method Detail- 
hasMoreElementspublic boolean hasMoreElements() - Specified by:
- hasMoreElementsin interface- Enumeration
 
 - 
nextElementpublic Object nextElement() - Specified by:
- nextElementin interface- Enumeration
 
 - 
returnValueOfNextprotected Object returnValueOfNext() 
 
- 
 
-