Searched refs:nonNull (Results 1 – 3 of 3) sorted by relevance
288 assertFalse(Objects.nonNull(null)); in test_nonNull()289 assertTrue(Objects.nonNull(new Hello())); in test_nonNull()
281 public static boolean nonNull(Object obj) { in nonNull() method in Objects
56 public static boolean nonNull(@libcore.util.Nullable java.lang.Object obj) { throw new RuntimeExcep… in nonNull() method in Objects