Class IndexedSlotlessItemHandlerWrapper.WrappedIntIterator
java.lang.Object
org.cyclops.cyclopscore.inventory.IndexedSlotlessItemHandlerWrapper.WrappedIntIterator
- All Implemented Interfaces:
Iterator<Integer>, PrimitiveIterator<Integer, IntConsumer>, PrimitiveIterator.OfInt
- Enclosing class:
IndexedSlotlessItemHandlerWrapper
public static class IndexedSlotlessItemHandlerWrapper.WrappedIntIterator
extends Object
implements PrimitiveIterator.OfInt
-
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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface PrimitiveIterator.OfInt
forEachRemaining, forEachRemaining
-
Constructor Details
-
WrappedIntIterator
public WrappedIntIterator(it.unimi.dsi.fastutil.ints.IntIterator it)
-
-
Method Details
-
nextInt
public int nextInt()- Specified by:
nextIntin interfacePrimitiveIterator.OfInt
-
hasNext
-
next
-