Searched refs:PRIMITIVE_BOOLEANS (Results 1 – 1 of 1) sorted by relevance
20 public static final boolean[] PRIMITIVE_BOOLEANS = new boolean[] {true, false}; field in SampleValues67 return PRIMITIVE_BOOLEANS[index]; in get_boolean()