abstract class ConcurrentIdentityWeakKeyHashMap.HashIterator
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
(package private) K |
currentKey |
(package private) ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V>[] |
currentTable |
(package private) ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V> |
lastReturned |
(package private) ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V> |
nextEntry |
(package private) int |
nextSegmentIndex |
(package private) int |
nextTableIndex |
| Constructor and Description |
|---|
HashIterator() |
| Modifier and Type | Method and Description |
|---|---|
(package private) void |
advance() |
boolean |
hasMoreElements() |
boolean |
hasNext() |
(package private) ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V> |
nextEntry() |
void |
remove() |
void |
rewind() |
int nextSegmentIndex
int nextTableIndex
ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V>[] currentTable
ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V> nextEntry
ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V> lastReturned
K currentKey
public void rewind()
public boolean hasMoreElements()
final void advance()
public boolean hasNext()
ConcurrentIdentityWeakKeyHashMap.HashEntry<K,V> nextEntry()
public void remove()