public class ReferenceComparator extends java.lang.Object implements java.util.Comparator<IndexedReference>
IndexedReference
objects by numerical order.Constructor and Description |
---|
ReferenceComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(IndexedReference o1,
IndexedReference o2) |
public int compare(IndexedReference o1, IndexedReference o2)
compare
in interface java.util.Comparator<IndexedReference>