|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.bamboo.plugins.rest.util.Paginator
public class Paginator
Constructor Summary | |
---|---|
Paginator()
|
Method Summary | ||
---|---|---|
static
|
getLast(java.util.Collection<T> input,
javax.ws.rs.core.UriInfo uriInfo)
|
|
static org.apache.commons.lang.math.IntRange |
getPaginateRange(java.util.Collection input,
javax.ws.rs.core.UriInfo uriInfo)
|
|
static
|
paginate(java.util.Collection<T> input,
org.apache.commons.lang.math.IntRange range)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Paginator()
Method Detail |
---|
public static <T> java.util.Collection<T> getLast(java.util.Collection<T> input, javax.ws.rs.core.UriInfo uriInfo)
public static org.apache.commons.lang.math.IntRange getPaginateRange(java.util.Collection input, javax.ws.rs.core.UriInfo uriInfo)
public static <T> java.util.Collection<T> paginate(java.util.Collection<T> input, org.apache.commons.lang.math.IntRange range)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |