public class Window extends Object
| Modifier and Type | Field and Description |
|---|---|
@Min(value=1L,message="lowerbound") @Max(value=50L,message="upperbound") int |
count |
@Min(value=0L,message="lowerbound") int |
offset |
| Modifier and Type | Method and Description |
|---|---|
Window |
count(int count) |
Window |
next() |
static Window |
offset(int offset) |
Window |
previous() |
Copyright © 2010–2025 Smals. All rights reserved.