Package org.apache.http.util
Class Args
java.lang.Object
org.apache.http.util.Args
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
static void
static void
static <T extends CharSequence>
TcontainsNoBlanks
(T argument, String name) static <T extends CharSequence>
Tstatic <T extends CharSequence>
Tstatic int
notNegative
(int n, String name) static long
notNegative
(long n, String name) static <T> T
static int
static long
-
Constructor Details
-
Args
public Args()
-
-
Method Details
-
check
-
check
-
check
-
notNull
-
notEmpty
-
notBlank
-
containsNoBlanks
-
notEmpty
-
positive
-
positive
-
notNegative
-
notNegative
-