abstract class CustomConcurrentHashMap.HashIterator
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) CustomConcurrentHashMap.Node[] |
currentTable |
(package private) java.lang.Object |
lastKey |
(package private) java.lang.Object |
nextKey |
(package private) CustomConcurrentHashMap.Node |
nextNode |
(package private) int |
nextSegmentIndex |
(package private) int |
nextTableIndex |
(package private) java.lang.Object |
nextValue |
Constructor and Description |
---|
CustomConcurrentHashMap.HashIterator() |
int nextSegmentIndex
int nextTableIndex
CustomConcurrentHashMap.Node[] currentTable
CustomConcurrentHashMap.Node nextNode
java.lang.Object nextKey
java.lang.Object nextValue
java.lang.Object lastKey