Class ForwardIntIterator

java.lang.Object
com.hypixel.hytale.builtin.hytalegenerator.iterators.ForwardIntIterator
All Implemented Interfaces:
it.unimi.dsi.fastutil.ints.IntIterator, Iterator<Integer>, PrimitiveIterator<Integer,IntConsumer>, PrimitiveIterator.OfInt

public class ForwardIntIterator extends Object implements it.unimi.dsi.fastutil.ints.IntIterator, Iterator<Integer>
  • Field Details

    • max

      private int max
    • current

      private int current
  • Constructor Details

    • ForwardIntIterator

      public ForwardIntIterator(int min, int maxExclusive)
    • ForwardIntIterator

      private ForwardIntIterator()
  • Method Details