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