Class ConcurrentChainedObject2IntHashTable.ValueIterator<K>
java.lang.Object
ca.spottedleaf.concurrentutil.collection.iterator.BaseObjectIterator<Integer>
ca.spottedleaf.concurrentutil.collection.iterator.BaseIntIterator
ca.spottedleaf.concurrentutil.map.concurrent.objects.ConcurrentChainedObject2IntHashTable.ValueIterator<K>
- All Implemented Interfaces:
Iterator<Integer>, PrimitiveIterator<Integer, IntConsumer>, PrimitiveIterator.OfInt
- Enclosing class:
ConcurrentChainedObject2IntHashTable<K>
protected static final class ConcurrentChainedObject2IntHashTable.ValueIterator<K>
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
-