Class IterationStatus

    • Constructor Detail

      • IterationStatus

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

      • isFirst

        public boolean isFirst()
      • isLast

        public boolean isLast()
      • getBegin

        public Integer getBegin()
      • getCount

        public Integer getCount()
      • getCurrent

        public Object getCurrent()
      • getIndex

        public int getIndex()
      • getStep

        public Integer getStep()