|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jvnet.jaxb2_commons.lang.Validate
public class Validate
| Constructor Summary | |
|---|---|
Validate()
|
|
| Method Summary | |
|---|---|
static void |
isTrue(boolean expression)
|
static void |
noNullElements(java.util.Collection<?> collection)
|
static void |
notEmpty(java.util.Collection collection)
|
static void |
notNull(java.lang.Object object)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Validate()
| Method Detail |
|---|
public static void notNull(java.lang.Object object)
public static void isTrue(boolean expression)
public static void notEmpty(java.util.Collection collection)
public static void noNullElements(java.util.Collection<?> collection)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||