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 Summary
Modifier and TypeFieldDescriptionprotected Object
protected Object
protected ConcurrentReaderHashMap.Entry
protected int
protected ConcurrentReaderHashMap.Entry
protected final ConcurrentReaderHashMap.Entry[]
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Enumeration
asIterator
Methods inherited from interface java.util.Iterator
forEachRemaining
-
Field Details
-
tab
-
index
protected int index -
entry
-
currentKey
-
currentValue
-
lastReturned
-
-
Constructor Details
-
HashIterator
protected HashIterator()
-
-
Method Details
-
hasMoreElements
public boolean hasMoreElements()- Specified by:
hasMoreElements
in interfaceEnumeration
-
nextElement
- Specified by:
nextElement
in interfaceEnumeration
-
hasNext
public boolean hasNext() -
returnValueOfNext
-
next
-
remove
public void remove()
-