Searched defs:checkEmpty (Results 1 – 9 of 9) sorted by relevance
97 public void checkEmpty(CharSequence cs) { in checkEmpty() method in Emptiness
49 CheckedInputStream checkEmpty = new CheckedInputStream(inEmp, new CRC32()); in test_getChecksum() local
67 private static void checkEmpty(List<String> x) { in checkEmpty() method in NCopies
45 private void checkEmpty(Collection x) { in checkEmpty() method in T6433170
55 void checkEmpty(OptionalInt empty) { in checkEmpty() method in BasicInt
54 void checkEmpty(OptionalDouble empty) { in checkEmpty() method in BasicDouble
54 void checkEmpty(OptionalLong empty) { in checkEmpty() method in BasicLong
59 void checkEmpty(Optional<String> empty) { in checkEmpty() method in Basic
60 private static void checkEmpty(BitSet s) { in checkEmpty() method in BSMethods