Removed Methods |
void checkArgument(boolean, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, Object, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, Object, Object, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object...)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
(T extends Object ) checkNotNull(T extends Object )
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, Object, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, Object, Object, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, Object, Object, Object, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, Object, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, Object, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, Object, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, Object...)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, char, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, char, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, char, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, char, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, int, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, int, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, int, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, int, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, long, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, long, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, long, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
(T extends Object ) checkNotNull(T, extends, Object, String, long, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
void checkState(boolean, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, Object, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, Object, Object, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object...)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
Added Methods |
void checkArgument(boolean, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, char, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, int, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, Object, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, Object, Object, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, Object[])
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long, char)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long, int)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long, Object)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
void checkArgument(boolean, String, long, long)
|
Ensures the truth of an expression involving one or more parameters to the calling method. |
T checkNotNull(T )
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, char, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, char, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, char, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, char, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, int, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, int, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, int, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, int, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, Object, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, Object, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, Object, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, Object, Object, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, Object, Object, Object, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, Object, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, Object[])
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, long, char)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, long, int)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, long, Object)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
T checkNotNull(T, String, long, long)
|
Ensures that an object reference passed as a parameter to the calling method is not null. |
void checkState(boolean, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, char, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, int, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, Object, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, Object, Object, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, Object[])
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long, char)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long, int)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long, Object)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |
void checkState(boolean, String, long, long)
|
Ensures the truth of an expression involving the state of the calling instance, but not
involving any parameters to the calling method. |