Package step.commons.iterators
Interface SkipLimitProvider<T>
-
public interface SkipLimitProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<T>getBatch(int skip, int limit)
-
public interface SkipLimitProvider<T>
| Modifier and Type | Method | Description |
|---|---|---|
List<T> |
getBatch(int skip,
int limit) |