com.glaivestone.javax.lang
Interface ComparisonConstants


public interface ComparisonConstants

Symbolic constants for the standard compareTo operation result values.

Author:
Deb Lewis

Field Summary
static int EQUALS
           
static int GREATER_THAN
           
static int LESS_THAN
           
 

Field Detail

LESS_THAN

public static final int LESS_THAN
See Also:
Constant Field Values

EQUALS

public static final int EQUALS
See Also:
Constant Field Values

GREATER_THAN

public static final int GREATER_THAN
See Also:
Constant Field Values

GFL 1.1 API