public final class ShippingArrangementPrecedenceQuickSortCompare extends java.lang.Object implements QuickSortCompare
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
Copyright statement
|
| Constructor and Description |
|---|
ShippingArrangementPrecedenceQuickSortCompare()
Default ShippingArrangementPrecedenceQuickSortCompare constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object ffcPrecendence1,
java.lang.Object ffcPrecendence2)
The comparison method for the quick sort
|
public static final java.lang.String COPYRIGHT
public ShippingArrangementPrecedenceQuickSortCompare()
public int compare(java.lang.Object ffcPrecendence1,
java.lang.Object ffcPrecendence2)
compare in interface QuickSortCompareffcPrecendence1 - the first item to compareffcPrecendence2 - the second item to compare