Searched refs:checkedValue (Results 1 – 1 of 1) sorted by relevance
13 public static <T> T checkNotNull(T value, String checkedValue) { in checkNotNull() argument15 throw new IllegalArgumentException(checkedValue + " should not be null"); in checkNotNull()