Package org.anchoranalysis.spatial.point
Class Comparator3i<T extends Tuple3i>
Object
Comparator3i<T>
- Type Parameters:
T
- type to compare.
- All Implemented Interfaces:
Comparator<T>
Imposes an ordering on any sub-type of
Tuple3i
.
The ordering compares the X, Y and Z component values in that order.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Comparator
equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
-
Constructor Details
-
Comparator3i
public Comparator3i()
-
-
Method Details
-
compare
- Specified by:
compare
in interfaceComparator<T extends Tuple3i>
-