All Packages  Class Hierarchy  This Package  Previous  Next  Index  

Class jgl.LessString

java.lang.Object
    |
    +----jgl.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.

Version:
JOS-FileSystem 4 Preview (25-Mar-98)
Author:
ObjectSpace, Inc.

Constructor Index

 o LessString()

Method Index

 o execute(Object, Object)
Return true if the first operand is less than the second operand.

Constructors

 o LessString
public LessString()

Methods

 o 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