incrementPageOffset abstract method
- PagedValue<
T> value
Subclasses must use this method to increment their internal representation of the page offset.
Subsequent calls to getPagedValue must then used the new offset internally.
Implementation
void incrementPageOffset(PagedValue<T> value);