Class ConcurrentChainedLong2ReferenceHashTable.KeyIterator<V>
java.lang.Object
ca.spottedleaf.concurrentutil.collection.iterator.BaseObjectIterator<Long>
ca.spottedleaf.concurrentutil.collection.iterator.BaseLongIterator
ca.spottedleaf.concurrentutil.map.concurrent.longs.ConcurrentChainedLong2ReferenceHashTable.KeyIterator<V>
- All Implemented Interfaces:
Iterator<Long>, PrimitiveIterator<Long, LongConsumer>, PrimitiveIterator.OfLong
- Enclosing class:
ConcurrentChainedLong2ReferenceHashTable<V>
protected static final class ConcurrentChainedLong2ReferenceHashTable.KeyIterator<V>
extends BaseLongIterator
-
Nested Class Summary
Nested classes/interfaces inherited from interface PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseLongIterator
forEachRemaining, nextMethods inherited from class BaseObjectIterator
forEachRemainingMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PrimitiveIterator.OfLong
forEachRemaining
-
Constructor Details
-
KeyIterator
-
-
Method Details
-
hasNext
-
remove
-
nextLong
public long nextLong()- Specified by:
nextLongin interfacePrimitiveIterator.OfLong- Specified by:
nextLongin classBaseLongIterator
-