T - @PublicSpi
public interface Page<T>
| Modifier and Type | Method and Description |
|---|---|
List<T> |
getPageContents() |
default boolean |
isEmpty() |
boolean |
isFirstPage()
Indicates whether the Page is the first one.
|
boolean |
isLastPage()
Indicates whether the Page is the last one.
|
default Page<T> |
reverse() |
boolean isFirstPage()
boolean isLastPage()
List<T> getPageContents()
default boolean isEmpty()
Copyright © 2002-2023 Atlassian. All Rights Reserved.