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