abstract class BoundedConcurrentHashMap.HashIterator extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) BoundedConcurrentHashMap.HashEntry<K,V>[] |
currentTable |
(package private) BoundedConcurrentHashMap.HashEntry<K,V> |
lastReturned |
(package private) BoundedConcurrentHashMap.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) BoundedConcurrentHashMap.HashEntry<K,V> |
nextEntry() |
void |
remove() |
int nextSegmentIndex
int nextTableIndex
BoundedConcurrentHashMap.HashEntry<K,V>[] currentTable
BoundedConcurrentHashMap.HashEntry<K,V> nextEntry
BoundedConcurrentHashMap.HashEntry<K,V> lastReturned
public boolean hasMoreElements()
final void advance()
public boolean hasNext()
BoundedConcurrentHashMap.HashEntry<K,V> nextEntry()
public void remove()
Copyright © 2019 JBoss by Red Hat. All rights reserved.