Class ConcurrentLong2LongChainedHashTable.KeyIterator
java.lang.Object
ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.NodeIterator
ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.BaseIteratorImpl<Long>
ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.BaseLongIteratorImpl
ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.KeyIterator
- All Implemented Interfaces:
Iterator<Long>,PrimitiveIterator<Long,,LongConsumer> PrimitiveIterator.OfLong
- Enclosing class:
ConcurrentLong2LongChainedHashTable
protected static final class ConcurrentLong2LongChainedHashTable.KeyIterator
extends ConcurrentLong2LongChainedHashTable.BaseLongIteratorImpl
-
Nested Class Summary
Nested classes/interfaces inherited from class ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.NodeIterator
ConcurrentLong2LongChainedHashTable.NodeIterator.ResizeChainNested classes/interfaces inherited from interface java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Field Summary
Fields inherited from class ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.BaseIteratorImpl
lastReturned, map, nextToReturnFields inherited from class ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.NodeIterator
currentTable, increment, last, nextBin, resizeChain -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.BaseLongIteratorImpl
forEachRemaining, nextMethods inherited from class ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.BaseIteratorImpl
hasNext, nextNode, removeMethods inherited from class ca.spottedleaf.concurrentutil.map.ConcurrentLong2LongChainedHashTable.NodeIterator
findNext
-
Constructor Details
-
KeyIterator
-
-
Method Details
-
nextLong
public long nextLong()- Specified by:
nextLongin interfacePrimitiveIterator.OfLong- Specified by:
nextLongin classConcurrentLong2LongChainedHashTable.BaseLongIteratorImpl
-
forEachRemaining
- Specified by:
forEachRemainingin interfacePrimitiveIterator<Long,LongConsumer> - Specified by:
forEachRemainingin interfacePrimitiveIterator.OfLong- Specified by:
forEachRemainingin classConcurrentLong2LongChainedHashTable.BaseLongIteratorImpl
-