Class Quality


  • public final class Quality
    extends Object
    Quality parameter constants.
    Author:
    Marek Potociar
    • Field Detail

      • QUALIFIED_COMPARATOR

        public static final Comparator<Qualified> QUALIFIED_COMPARATOR
        A "highest first" qualified element comparator. An element with higher quality value will be sorted ahead of elements with lower quality value.
      • QUALITY_VALUE_COMPARATOR

        public static final Comparator<Integer> QUALITY_VALUE_COMPARATOR
        A "highest first" quality value comparator. A higher quality value will be sorted ahead of a lower quality value.
      • QUALITY_PARAMETER_NAME

        public static final String QUALITY_PARAMETER_NAME
        Quality HTTP header parameter name.
        See Also:
        Constant Field Values
      • QUALITY_SOURCE_PARAMETER_NAME

        public static final String QUALITY_SOURCE_PARAMETER_NAME
        Quality source HTTP header parameter name.
        See Also:
        Constant Field Values