Class ConcurrentLong2LongChainedHashTable.NodeIterator
java.lang.Object
ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.NodeIterator
- Direct Known Subclasses:
ConcurrentLong2LongChainedHashTable.BaseIteratorImpl
- Enclosing class:
ConcurrentLong2LongChainedHashTable
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ConcurrentLong2LongChainedHashTable.TableEntry[]protected intprotected ConcurrentLong2LongChainedHashTableprotected int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ConcurrentLong2LongChainedHashTable.TableEntryfindNext()
-
Field Details
-
map
-
currentTable
-
resizeChain
-
last
-
nextBin
protected int nextBin -
increment
protected int increment
-
-
Constructor Details
-
NodeIterator
-
-
Method Details
-
findNext
-