T - public class SingleListBuilderCallback<T> extends Object implements ListBuilderCallback<T>
Note that this implementation is not in the spirit of the ListBuilder and you
should think carefully and be sure this is the best option available to you before using it.
| Constructor and Description |
|---|
SingleListBuilderCallback(List<T> spaces) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAvailableSize() |
List<T> |
getElements(int offset,
int maxResults) |
public int getAvailableSize()
getAvailableSize in interface ListBuilderCallback<T>public List<T> getElements(int offset, int maxResults)
getElements in interface ListBuilderCallback<T>Copyright © 2003–2022 Atlassian. All rights reserved.