org.jboss.picketlink.idm.query
Class Range

java.lang.Object
  extended by org.jboss.picketlink.idm.query.Range

public class Range
extends Object

Represent range in paginated query


Method Summary
 int getLimit()
           
 int getOffset()
           
 Range next()
           
 Range of(int offset, int limit)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getOffset

public int getOffset()

getLimit

public int getLimit()

of

public Range of(int offset,
                int limit)

next

public Range next()


Copyright © 2012. All Rights Reserved.