Class Comparator3i<T extends Tuple3i>

Object
org.anchoranalysis.spatial.point.Comparator3i<T>
Type Parameters:
T - type to compare.
All Implemented Interfaces:
Comparator<T>

public final class Comparator3i<T extends Tuple3i>
extends Object
implements 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