|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jage.query.InitialSelectors
public final class InitialSelectors
Common implementations of IInitialSelector
.
Method Summary | |
---|---|
static IInitialSelector |
all()
Returns an initial selector that chooses all elements. |
static IInitialSelector |
first(int number)
Returns an initial selector that chooses a specified number of elements from the beginning of collection (if it is order, if it is not a selection is dependent on the iterator implementation). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static IInitialSelector first(int number)
number
- A number of elements to choose.
public static IInitialSelector all()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |