public class Preconditions extends Object
Preconditions()
static Object
checkNull(Object obj)
checkNull(Object obj, String message)
static void
notEmpty(CharSequence value, String message)
notNull(Object obj)
notNull(Object obj, String message)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Preconditions()
public static Object checkNull(Object obj, String message)
public static void notNull(Object obj, String message)
public static Object checkNull(Object obj)
public static void notNull(Object obj)
public static void notEmpty(CharSequence value, String message)