Class CoordinateArrays.BidirectionalComparator

Hierarchy: Object , CoordinateArrays.BidirectionalComparator
All Implemented Interfaces: Comparator
public static class CoordinateArrays.BidirectionalComparator
implements Comparator
A Comparator for Coordinate arrays modulo their directionality. E.g. if two coordinate arrays are identical but reversed they will compare as equal under this ordering. If the arrays are not equal, the ordering returned is the ordering in the forward direction.
public int compare(Object o1, Object o2)
public int OLDcompare(Object o1, Object o2)