public class Pageable
extends Object
-
Method Summary
int
int
of(int startIndex,
int maxItems)
of(int startIndex,
int maxItems,
Order order)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
of
public static Pageable of(int startIndex,
int maxItems)
-
of
public static Pageable of(int startIndex,
int maxItems,
Order order)
-
getStartIndex
public int getStartIndex()
-
getMaxItems
public int getMaxItems()
-