Class AbstractOrdering<T>

  • Type Parameters:
    T - the type for which we establish an ordering
    All Implemented Interfaces:
    Ordering<T>
    Direct Known Subclasses:
    ArgumentDegreeOrdering

    public abstract class AbstractOrdering<T>
    extends Object
    implements Ordering<T>
    This class provides a skeletal implementation of the Ordering interface, to minimize the effort required to implement this interface.
    Author:
    Mathias Hofer