Modifier and Type | Method and Description |
---|---|
static Page<IssueAction> |
empty() |
boolean |
equals(Object o) |
static <T> DefaultPage<T> |
first(Collection<T> coll) |
List<T> |
getPageContents() |
int |
hashCode() |
boolean |
isFirstPage()
Indicates whether the Page is the first one.
|
boolean |
isLastPage()
Indicates whether the Page is the last one.
|
static <T> DefaultPage<T> |
last(Collection<T> coll) |
static <T> DefaultPage<T> |
nth(Collection<T> coll) |
static <T> DefaultPage<T> |
only(Collection<T> coll) |
String |
toString() |
public static <T> DefaultPage<T> first(Collection<T> coll)
public static <T> DefaultPage<T> last(Collection<T> coll)
public static <T> DefaultPage<T> only(Collection<T> coll)
public static <T> DefaultPage<T> nth(Collection<T> coll)
public static Page<IssueAction> empty()
public List<T> getPageContents()
getPageContents
in interface Page<T>
public boolean isFirstPage()
Page
isFirstPage
in interface Page<T>
public boolean isLastPage()
Page
isLastPage
in interface Page<T>
Copyright © 2002-2023 Atlassian. All Rights Reserved.