Searched refs:NUM_STRINGS (Results 1 – 1 of 1) sorted by relevance
60 static final int NUM_STRINGS = 20; // should be larger than the largest fixed-arg overload field in ListFactories63 String[] sa = new String[NUM_STRINGS];64 for (int i = 0; i < NUM_STRINGS; i++) {135 a(List.of(stringArray).subList(5, NUM_STRINGS), in sublists()136 asList(Arrays.copyOfRange(stringArray, 5, NUM_STRINGS))) in sublists()