Class SerializedFrequentStringsSketch

  • All Implemented Interfaces:
    Comparable<org.apache.datasketches.frequencies.ItemsSketch<String>>

    public class SerializedFrequentStringsSketch
    extends Object
    implements Comparable<org.apache.datasketches.frequencies.ItemsSketch<String>>
    • Constructor Detail

      • SerializedFrequentStringsSketch

        public SerializedFrequentStringsSketch​(org.apache.datasketches.frequencies.ItemsSketch<String> sketch)
    • Method Detail

      • compareTo

        public int compareTo​(@NotNull
                             @NotNull org.apache.datasketches.frequencies.ItemsSketch<String> other)
        Specified by:
        compareTo in interface Comparable<org.apache.datasketches.frequencies.ItemsSketch<String>>