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