java.lang.String |
from() |
The index into this where the subsequence starts.
|
java.lang.String[] |
offset() |
This expression plus each of the value expressions is less than the length of the sequence on
successful method termination.
|
java.lang.String[] |
offset() |
This expression plus each of the expressions is less than the length of the sequence after the
method returns the given result.
|
java.lang.String[] |
offset() |
This expression plus the annotated expression is less than the length of the sequence.
|
java.lang.String[] |
offset() |
This expression plus the annotated expression is less than the length of the corresponding
sequence in the value array.
|
java.lang.String |
subsequence() |
An expression that evaluates to the subsequence.
|
java.lang.String[] |
targetValue() |
Sequences, each of which is longer than the each of the expressions' value on successful method
termination.
|
java.lang.String[] |
targetValue() |
Sequences, each of which is longer than each of the expressions' value after the method returns
the given result.
|
java.lang.String |
to() |
The index into this, immediately past where the subsequence ends.
|
java.lang.String[] |
value() |
The Java expressions that are less than the length of the given sequences on successful method
termination.
|
java.lang.String[] |
value() |
The annotated expression's value is less than this expression.
|
java.lang.String[] |
value() |
Sequences, each of which is at least as long as the annotated expression's value.
|
java.lang.String[] |
value() |
Sequences, each of which is longer than the annotated expression's value.
|
java.lang.String[] |
value() |
Sequences, each of whose lengths is at least 1 larger than the annotated expression's value.
|
java.lang.String[] |
value() |
Sequences for which this value is a "negative index"; that is, the expression is in the range
-1 to -a.length - 1 , inclusive, for each sequence a given here.
|
java.lang.String[] |
value() |
A list of other sequences with the same length.
|
java.lang.String[] |
value() |
Sequences for which the annotated expression has the type of the result of a call to Arrays.binarySearch .
|
java.lang.String[] |
value() |
Sequences, each of which is longer than the annotated expression plus the corresponding
offset .
|