org.ubercraft.sucre.common
Class AssertUtil

java.lang.Object
  extended by org.ubercraft.sucre.common.AssertUtil

public final class AssertUtil
extends Object


Constructor Summary
AssertUtil()
           
 
Method Summary
static
<T> T
isNull(T o)
           
static
<T> T
isNull(T o, String message)
           
static
<T> T
notNull(T o)
           
static
<T> T
notNull(T o, String message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssertUtil

public AssertUtil()
Method Detail

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.