public interface Compare
This interface provides a common comparator operator that can be implemented
for use with
VecQuickSort, and
VecSortInsert.
| Modifier and Type | Method and Description |
|---|---|
int |
compare(java.lang.Object a,
java.lang.Object b)
Comparator for arlut.csd.Util sort classes.
|