Class Limit


  • public class Limit
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Limit​(int startIndex, int length)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getLength()  
      int getStartIndex()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Limit

        public Limit​(int startIndex,
                     int length)
    • Method Detail

      • getStartIndex

        public int getStartIndex()
      • getLength

        public int getLength()