Class AuthenticationFlowDescriptor.WeightedComparator<T>

  • Type Parameters:
    T - object type
    All Implemented Interfaces:
    Comparator<T>
    Enclosing class:
    AuthenticationFlowDescriptor

    private class AuthenticationFlowDescriptor.WeightedComparator<T>
    extends Object
    implements Comparator<T>
    A Comparator that compares the mapped weights of the two operands, using a weight of zero for any unmapped values.
    • Constructor Detail

      • WeightedComparator

        private WeightedComparator()