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
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
nextInt
in interfacePrimitiveIterator.OfInt
-
hasNext
public boolean hasNext() -
next
- Specified by:
next
in interfaceIterator<Integer>
- Specified by:
next
in interfacePrimitiveIterator.OfInt
-