|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISlice
Indicates the first solution to be returned to the caller (offset) and the #of solutions to be returned (limit).
| Method Summary | |
|---|---|
long |
getLast()
The index of the last solution that we will generate (OFFSET + LIMIT). |
long |
getLimit()
The maximum #of solutions to be returned to the caller. |
long |
getOffset()
The first solution to be returned to the caller. |
| Method Detail |
|---|
long getOffset()
long getLimit()
Long.MAX_VALUE indicates that there is no limit.
IAccessPath.iterator(long, long, int) where a limit of ZERO
(0L) is interpreted as NO limit and a limit of
Long.MAX_VALUE is interpreted as ZERO (0L) (that is, also
no limit).long getLast()
Long.MAX_VALUE, then use
Long.MAX_VALUE instead.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||