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 PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class BaseIntIterator
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.OfInt
forEachRemaining
-
Constructor Details
-
ValueIterator
-
-
Method Details
-
hasNext
-
remove
-
nextInt
public int nextInt()- Specified by:
nextIntin interfacePrimitiveIterator.OfInt- Specified by:
nextIntin classBaseIntIterator
-