Class NaturalOrderComparator<OBJECT>

  • Type Parameters:
    OBJECT - is the type of the objects to compare to.
    All Implemented Interfaces:
    Comparator<OBJECT>

    public class NaturalOrderComparator<OBJECT>
    extends Object
    implements Comparator<OBJECT>
    Comparator which is using the natural order of the elements, i.e. the elements must implements Comparable
    Version:
    17.0 2020-01-04 14:41:38
    Author:
    Stéphane GALLAND
    Maven Group Id:
    org.arakhne.afc.core
    Maven Artifact Id:
    util
    • Constructor Detail

      • NaturalOrderComparator

        public NaturalOrderComparator()