Class IterationStatus


  • public class IterationStatus
    extends Object
    • Constructor Detail

      • IterationStatus

        public IterationStatus​(boolean first,
                               boolean last,
                               int count,
                               int index,
                               Integer begin,
                               Integer end,
                               Integer step)
      • IterationStatus

        public IterationStatus​(boolean first,
                               boolean last,
                               int index,
                               Integer begin,
                               Integer end,
                               Integer step)
    • Method Detail

      • isFirst

        public boolean isFirst()
      • isLast

        public boolean isLast()
      • isEven

        public boolean isEven()
      • isOdd

        public boolean isOdd()
      • getBegin

        public Integer getBegin()
      • getIndex

        public int getIndex()
      • getStep

        public Integer getStep()