|
T object = result.get(value); |
We must use
window.positionAt(1) instead of
window.positionAt(0) if we want position at the begin of window, we should call
getResultWindow() first.
|
return ScrollPosition.forward(keys); |
The direction always be
FORWARD, it should be
BACKWARD if the original direction is
BACKWARD.