Files
spring-data-commons/src/main/java/org/springframework/data
Christoph Strobl 0c0c1afc8e Add WindowIterator and rename Scroll to Window.
The intend of WindowIterator is to support users who need to iterate multiple windows. It keeps track of the position and loads the next window if needed so that the user does not have to interact with the position at all.

Also remove the Window methods to get the first/last position and enforce the index based variant.

Update the documentation to make use of the newly introduced API.

See: #2151
Original Pull Request: #2787
2023-03-16 13:10:40 +01:00
..
2023-01-23 14:13:37 +01:00
2023-03-16 13:09:39 +01:00
2023-02-28 17:00:37 +01:00