Class ConcurrentChainedInt2IntHashTable.ValueIterator
java.lang.Object
ca.spottedleaf.concurrentutil.collection.iterator.BaseObjectIterator<Integer>
ca.spottedleaf.concurrentutil.collection.iterator.BaseIntIterator
ca.spottedleaf.concurrentutil.map.concurrent.ints.ConcurrentChainedInt2IntHashTable.ValueIterator
- All Implemented Interfaces:
Iterator<Integer>,PrimitiveIterator<Integer,,IntConsumer> PrimitiveIterator.OfInt
- Enclosing class:
ConcurrentChainedInt2IntHashTable
protected static final class ConcurrentChainedInt2IntHashTable.ValueIterator
extends BaseIntIterator
-
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.BaseIntIterator
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.OfInt
forEachRemaining
-
Constructor Details
-
ValueIterator
-
-
Method Details
-
hasNext
public boolean hasNext() -
remove
public void remove() -
nextInt
public int nextInt()- Specified by:
nextIntin interfacePrimitiveIterator.OfInt- Specified by:
nextIntin classBaseIntIterator
-