Class Comparator3i<T extends Tuple3i>

Object
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
  • Constructor Details

    • Comparator3i

      public Comparator3i()
  • Method Details