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