Annotation Type SearchIndexFor
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(SearchIndexUnknown.class) public @interface SearchIndexForThe annotated expression evaluates to an integer whose length is between-a.length - 1anda.length - 1, inclusive, for all sequencesalisted in the annotation.This is the return type of
Arrays.binarySearchin the JDK.- See the Checker Framework Manual:
- Index Checker
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valueSequences for which the annotated expression has the type of the result of a call toArrays.binarySearch.
-
-
-
Element Detail
-
value
@JavaExpression java.lang.String[] value
Sequences for which the annotated expression has the type of the result of a call toArrays.binarySearch.
-
-