Searched defs:booleans (Results 1 – 2 of 2) sorted by relevance
53 static void checkBooleans(boolean[] booleans) { in checkBooleans()
1171 public VariableArityTester(boolean... booleans) { update(booleans); } in VariableArityTester()1189 public String update(boolean... booleans) { return lastResult = tally(booleans); } in update()1218 public static String tally(boolean... booleans) { return Arrays.toString(booleans); } in tally()