Class Comparator3d<T extends Tuple3d>

Object
Comparator3d<T>
Type Parameters:
T - type to compare.
All Implemented Interfaces:
Comparator<T>

public final class Comparator3d<T extends Tuple3d> extends Object implements Comparator<T>
Imposes an ordering on any sub-type of Tuple3d.

The ordering compares the X, Y and Z component values in that order.

Author:
Owen Feehan
  • Constructor Details

    • Comparator3d

      public Comparator3d()
  • Method Details