public interface Page<T>
Modifier and Type | Method and Description |
---|---|
int |
getSize() |
long |
getStart() |
Long |
getTotal() |
List<T> |
getValues() |
boolean |
isLast() |
long getStart()
int getSize()
@Nullable Long getTotal()
null
is returned.List<T> getValues()
boolean isLast()
start = this.getStart + this.getSize
would be empty.Copyright © 2002-2021 Atlassian. All Rights Reserved.