Class RowBounds


  • public class RowBounds
    extends java.lang.Object
    Author:
    Clinton Begin
    • Constructor Summary

      Constructors 
      Constructor Description
      RowBounds()  
      RowBounds​(int offset, int limit)  
    • Method Summary

      Modifier and Type Method Description
      int getLimit()  
      int getOffset()  
      • Methods inherited from class java.lang.Object

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

      • RowBounds

        public RowBounds()
      • RowBounds

        public RowBounds​(int offset,
                         int limit)
    • Method Detail

      • getOffset

        public int getOffset()
      • getLimit

        public int getLimit()