Class RankedComparator<T>

  • Type Parameters:
    T - Type of the elements to be sorted.
    All Implemented Interfaces:
    Comparator<RankedProvider<T>>

    public class RankedComparator<T>
    extends Object
    implements Comparator<RankedProvider<T>>
    Comparator used to sort types by their priorities defined by theirs binding priority set during the configuration phase (Configuration) in ranked provider.
    Author:
    Miroslav Fuksa, Michal Gajdos