Package org.springframework.data.support
Class WindowIterator.WindowIteratorBuilder<T>
java.lang.Object
org.springframework.data.support.WindowIterator.WindowIteratorBuilder<T>
- Type Parameters:
T
-
- Enclosing class:
- WindowIterator<T>
Builder API to construct a
WindowIterator
.- Since:
- 3.1
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionstartingAt
(ScrollPosition position) Create aWindowIterator
givenScrollPosition
.
-
Method Details
-
startingAt
Create aWindowIterator
givenScrollPosition
.- Parameters:
position
-- Returns:
-