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 java.util.PrimitiveIterator
PrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong -
Constructor Summary
Constructors -
Method Summary
Methods 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, 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
public boolean hasNext() -
next
- Specified by:
nextin interfaceIterator<Integer>- Specified by:
nextin interfacePrimitiveIterator.OfInt
-