public DataProvider<T>
Provides the actual data to Pager
Modifier and Type | Method and Description |
---|---|
void |
close()
Close the provider and do any cleanup
|
T |
get()
Returns the data at the given position, or throw IndexOutOfBoundsException if position is invalid
|
int |
getDataSize()
Returns the getDataSize of the data set
|