All Packages Class Hierarchy This Package Previous Next Index
Class COM.objectspace.jgl.predicates.NotEqualString
java.lang.Object
|
+----COM.objectspace.jgl.predicates.NotEqualString
- public final class NotEqualString
- extends Object
- implements BinaryPredicate
NotEqualString is a binary predicate that returns true
if the first operand as a string is not equal to the second operand
as a string.
-
NotEqualString()
-
-
execute(Object, Object)
- Return true if the first operand is not equal to the second operand.
NotEqualString
public NotEqualString()
execute
public boolean execute(Object first,
Object second)
- Return true if the first operand is not equal to the second operand.
- Returns:
- first.toString() != second.toString()
All Packages Class Hierarchy This Package Previous Next Index