protected class ConcurrentReaderHashMap.HashIterator extends Object implements Iterator, Enumeration
Modifier and Type | Field and Description |
---|---|
protected Object |
currentKey |
protected Object |
currentValue |
protected ConcurrentReaderHashMap.Entry |
entry |
protected int |
index |
protected ConcurrentReaderHashMap.Entry |
lastReturned |
protected ConcurrentReaderHashMap.Entry[] |
tab |
Modifier | Constructor and Description |
---|---|
protected |
ConcurrentReaderHashMap.HashIterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasMoreElements() |
boolean |
hasNext() |
Object |
next() |
Object |
nextElement() |
void |
remove() |
protected Object |
returnValueOfNext() |
protected final ConcurrentReaderHashMap.Entry[] tab
protected int index
protected ConcurrentReaderHashMap.Entry entry
protected Object currentKey
protected Object currentValue
protected ConcurrentReaderHashMap.Entry lastReturned
protected ConcurrentReaderHashMap.HashIterator()
public boolean hasMoreElements()
hasMoreElements
in interface Enumeration
public Object nextElement()
nextElement
in interface Enumeration
protected Object returnValueOfNext()