protected static class LazyLoadItemList.BufferedPage<T> extends Object
LazyLoadItemList.BufferedPage.| Modifier | Constructor and Description |
|---|---|
protected |
BufferedPage(List<T> buffer,
int pageStartPosition) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isBufferValid(int globalposition)
Returns true if given
globalposiotion could be retrieved for the current page. |
boolean |
isEmpty() |
protected int |
size() |
String |
toString() |
protected int size()
public boolean isEmpty()
protected boolean isBufferValid(int globalposition)
globalposiotion could be retrieved for the current page. This is fullilled
if the page is not null and globalposition is in relative range of current page.Copyright © 2017 SAP SE. All Rights Reserved.