ProGAL.dataStructures
Interface SortTool

All Known Implementing Classes:
DelaunayComplexRotation.HeapItemComp, SortToolDouble, SortToolInteger, SortToolLineSegment2dAroundCommonPoint, SortToolLineSegment2dByLength, SortToolPoint2dAroundOrigo, SortToolPoint2dAroundPoint, SortToolPoint2dDistance, SortToolPoint2dXY, SortToolString

public interface SortTool


Field Summary
static int COMP_EQUAL
           
static int COMP_GRTR
           
static int COMP_LESS
           
static java.lang.IllegalArgumentException err1
           
 
Method Summary
 int compare(java.lang.Object x1, java.lang.Object x2)
           
 

Field Detail

COMP_LESS

static final int COMP_LESS
See Also:
Constant Field Values

COMP_EQUAL

static final int COMP_EQUAL
See Also:
Constant Field Values

COMP_GRTR

static final int COMP_GRTR
See Also:
Constant Field Values

err1

static final java.lang.IllegalArgumentException err1
Method Detail

compare

int compare(java.lang.Object x1,
            java.lang.Object x2)