|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
IRequirements which provides the
checks but not the action that has to be taken if a condition is not met.c.compare(a, b)
otherwise.
true if all specified predicates are
true.
true if the arguments are deeply equal to each other and
false otherwise.
true if at least on specified predicate is
true.
true if the arguments are equal to each other and
false otherwise.
true.
null argument and 0 for a
null argument.
true.
true.
Page instance.
true if both specified predicates are simultaneously
false.
java.util.Objects class provided in the JDK 7.true.
File instance refers to a
directory.
String instance is a path that
refers to a directory.
File instance refers to an
existing file.
String instance is a path that
refers to an existing file.
null.
File instance refers to a non
existing file.
String instance is a path that
refers to a non existing file.
null.
toString for a non-null
argument and "null" for a null argument.
toString on the first argument if
the first argument is not null and returns the second argument
otherwise.
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||