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 SummaryFieldsModifier and TypeFieldDescriptionprotected Objectprotected Objectprotected ConcurrentReaderHashMap.Entryprotected intprotected ConcurrentReaderHashMap.Entryprotected final ConcurrentReaderHashMap.Entry[]
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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
- 
Field Details- 
tab
- 
indexprotected int index
- 
entry
- 
currentKey
- 
currentValue
- 
lastReturned
 
- 
- 
Constructor Details- 
HashIteratorprotected HashIterator()
 
- 
- 
Method Details- 
hasMoreElementspublic boolean hasMoreElements()- Specified by:
- hasMoreElementsin interface- Enumeration
 
- 
nextElement- Specified by:
- nextElementin interface- Enumeration
 
- 
hasNextpublic boolean hasNext()
- 
returnValueOfNext
- 
next
- 
removepublic void remove()
 
-