Class Limit

java.lang.Object
org.teamapps.data.value.Limit

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

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

    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 Details

    • Limit

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