org.jboss.aerogear.io.netty.handler.codec.sockjs.util
Class ArgumentUtil
java.lang.Object
org.jboss.aerogear.io.netty.handler.codec.sockjs.util.ArgumentUtil
public final class ArgumentUtil
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
checkNotNull
public static <T> void checkNotNull(T ref,
String name)
checkNotNullAndNotEmpty
public static <T> void checkNotNullAndNotEmpty(T ref,
String name)
checkNotNullAndNotEmpty
public static void checkNotNullAndNotEmpty(Collection<?> c,
String name)
checkNotEmpty
public static void checkNotEmpty(Collection<?> c,
String name)
checkNotNegative
public static void checkNotNegative(long value,
String name)
Copyright © 2014 JBoss by Red Hat. All Rights Reserved.