public class AssociationIDComparator extends Object implements Comparator<AssociationIF>
Modifier and Type | Field and Description |
---|---|
protected Comparator<Object> |
ac |
Constructor and Description |
---|
AssociationIDComparator()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(AssociationIF a1,
AssociationIF a2)
Compares two AssociationIFs.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
protected Comparator<Object> ac
public int compare(AssociationIF a1, AssociationIF a2)
compare
in interface Comparator<AssociationIF>