Class NumberByStringAggregator

    • Constructor Detail

      • NumberByStringAggregator

        public NumberByStringAggregator​(Comparator<? super String> p_comparator)
        Create an aggregator for string values.

        If a comparator is given category values for which this comparator returns a value of zero are considered equal.

        Parameters:
        p_comparator - A comparator for string values, or null.