Class Validate
java.lang.Object
ca.spottedleaf.concurrentutil.util.Validate
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidarrayBounds(int off, int len, int arrayLength, String msgPrefix) static <T> TnotNull(T obj) static <T> T
-
Method Details
-
notNull
public static <T> T notNull(T obj) -
notNull
-
arrayBounds
-