|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Checks.Mask | |
---|---|
edu.mit.jverbnet.util | Provides utility classes |
Uses of Checks.Mask in edu.mit.jverbnet.util |
---|
Fields in edu.mit.jverbnet.util declared as Checks.Mask | |
---|---|
static Checks.Mask<java.lang.String> |
Checks.IsBlank
A mask/check with that deals with strings. |
static Checks.Mask<java.lang.String> |
Checks.IsEmpty
A mask/check with that deals with strings. |
static Checks.Mask<java.util.Collection<?>> |
Checks.IsEmptyCol
A mask/check object that deals with collections. |
static Checks.Mask<java.lang.String> |
Checks.IsEmptyOrBlank
A mask/check with that deals with strings. |
static Checks.Mask<java.lang.Object> |
Checks.IsNull
A mask/check with that deals with objects. |
static Checks.Mask<java.lang.String> |
Checks.IsNullEmptyOrBlank
A mask/check with that deals with strings. |
static Checks.Mask<java.lang.String> |
Checks.IsNullOrBlank
A mask/check with that deals with strings. |
static Checks.Mask<java.lang.String> |
Checks.IsNullOrEmpty
A mask/check with that deals with strings. |
static Checks.Mask<java.util.Collection<?>> |
Checks.IsNullOrEmptyCol
A mask/check object that deals with collections. |
static Checks.Mask<java.lang.String> |
Checks.NotBlank
A mask/check with that deals with strings. |
static Checks.Mask<java.lang.String> |
Checks.NotEmpty
A mask/check with that deals with strings. |
static Checks.Mask<java.util.Collection<?>> |
Checks.NotEmptyCol
A mask/check object that deals with collections. |
static Checks.Mask<java.lang.String> |
Checks.NotEmptyOrBlank
A mask/check with that deals with strings. |
static Checks.Mask<java.lang.Object> |
Checks.NotNull
A mask/check with that deals with objects. |
static Checks.Mask<java.lang.String> |
Checks.NotNullEmptyOrBlank
A mask/check with that deals with strings. |
static Checks.Mask<java.lang.String> |
Checks.NotNullOrBlank
A mask/check with that deals with strings. |
static Checks.Mask<java.lang.String> |
Checks.NotNullOrEmpty
A mask/check with that deals with strings. |
static Checks.Mask<java.util.Collection<?>> |
Checks.NotNullOrEmptyCol
A mask/check object that deals with collections. |
Methods in edu.mit.jverbnet.util that return Checks.Mask | ||
---|---|---|
static
|
Checks.isNull()
Returns an IsNull mask object cast to the appropriate type. |
|
static Checks.Mask<java.util.Collection<?>> |
Checks.maxSizeAndNotNull(int size)
Returns a mask object whose condition is that the collection be non- null and have a size less than or equal to the specified
size. |
|
static Checks.Mask<java.util.Collection<?>> |
Checks.minSizeAndNotNull(int size)
Returns a mask object whose condition is that the collection be non- null and have a size equal to or greater than the specified
size. |
|
static
|
Checks.notNull()
Returns a NotNull mask object cast to the appropriate type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |