|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpl.netanel.swt.matrix.NumberSet.Query<N>
NumberCollection.seq(int, Number, Number)
@Deprecated public static class NumberSet.Query<N extends java.lang.Number>
Specifies options for iteration over extent set.
Constructor Summary | |
---|---|
NumberSet.Query()
Deprecated. |
Method Summary | |
---|---|
NumberSet.Query<N> |
scope(N start,
N end)
Deprecated. Defines the scope of iteration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NumberSet.Query()
Method Detail |
---|
public NumberSet.Query<N> scope(N start, N end)
start
- first item to start the sequence from. null
value means from the very beginning of the set.end
- last item to end the sequence with. null
value means to the very end of the set.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |