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 SummaryNested classes/interfaces inherited from interface java.util.PrimitiveIteratorPrimitiveIterator.OfDouble, PrimitiveIterator.OfInt, PrimitiveIterator.OfLong
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.PrimitiveIterator.OfIntforEachRemaining, forEachRemaining
- 
Constructor Details- 
WrappedIntIteratorpublic WrappedIntIterator(it.unimi.dsi.fastutil.ints.IntIterator it) 
 
- 
- 
Method Details- 
nextIntpublic int nextInt()- Specified by:
- nextIntin interface- PrimitiveIterator.OfInt
 
- 
hasNextpublic boolean hasNext()
- 
next- Specified by:
- nextin interface- Iterator<Integer>
- Specified by:
- nextin interface- PrimitiveIterator.OfInt
 
 
-