Searched defs:checkNotNull (Results 1 – 2 of 2) sorted by relevance
85 public static <T> T checkNotNull(String argName, T arg) { in checkNotNull() method in Preconditions105 public static <T> T checkNotNull(T arg) { in checkNotNull() method in Preconditions
108 public static <T> T checkNotNull(T reference) { in checkNotNull() method in DecodeAccuracyTestBase