com.ezware.oxbow.swingbits.util
Class Preconditions
java.lang.Object
com.ezware.oxbow.swingbits.util.Preconditions
public class Preconditions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkArgument
public static void checkArgument(boolean expression)
checkArgument
public static void checkArgument(boolean expression,
String message)
checkNotNull
public static <T> T checkNotNull(T ref)
checkNotNull
public static <T> T checkNotNull(T ref,
String message)
Copyright © 2011. All Rights Reserved.