abstract class SelectableConcurrentHashMap.HashEntryIterator extends SelectableConcurrentHashMap.HashIterator
Modifier and Type | Field and Description |
---|---|
private SelectableConcurrentHashMap.HashEntry |
myNextEntry |
currentTable, lastReturned, nextEntry, nextSegmentIndex, nextTableIndex
Constructor and Description |
---|
HashEntryIterator() |
Modifier and Type | Method and Description |
---|---|
private SelectableConcurrentHashMap.HashEntry |
advanceToNextEntry() |
boolean |
hasNext() |
protected boolean |
hideValue(SelectableConcurrentHashMap.HashEntry hashEntry) |
SelectableConcurrentHashMap.HashEntry |
nextEntry() |
void |
remove() |
advance, hasMoreElements
private SelectableConcurrentHashMap.HashEntry myNextEntry
public void remove()
remove
in class SelectableConcurrentHashMap.HashIterator
public SelectableConcurrentHashMap.HashEntry nextEntry()
nextEntry
in class SelectableConcurrentHashMap.HashIterator
public boolean hasNext()
hasNext
in class SelectableConcurrentHashMap.HashIterator
private SelectableConcurrentHashMap.HashEntry advanceToNextEntry()
protected boolean hideValue(SelectableConcurrentHashMap.HashEntry hashEntry)