org.ubercraft.sucre.common
Class AssertUtil
java.lang.Object
org.ubercraft.sucre.common.AssertUtil
public final class AssertUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssertUtil
public AssertUtil()
isNull
public static <T> T isNull(T o)
isNull
public static <T> T isNull(T o,
String message)
notNull
public static <T> T notNull(T o)
notNull
public static <T> T notNull(T o,
String message)
Copyright © 2013. All Rights Reserved.