|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SolutionSet
A SolutionSet is a query result set; it is an ordered sequence of solutions.
| Method Summary | |
|---|---|
SolutionSet |
slice(int startInclusive,
int endExclusive)
Returns a selected range of solutions from the SolutionSet |
| Methods inherited from interface java.util.List |
|---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
| Method Detail |
|---|
SolutionSet slice(int startInclusive,
int endExclusive)
SolutionSet
startInclusive - The returned range starts at the given index (zero-indexed).endExclusive - The returned range contains all of the solutions before endExclusive
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||