org.apache.http.util
Class Args

java.lang.Object
  extended by org.apache.http.util.Args

public class Args
extends Object


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

Constructor Detail

Args

public Args()
Method Detail

notNull

public static <T> T notNull(T argument,
                            String name)