Interface Frequency

    • Method Detail

      • frequency

        int frequency​(long e)
        Returns the estimated number of times the element was seen.
      • increment

        void increment​(long e)
        Increments the popularity of the element.
      • reportMiss

        default void reportMiss()
        Feedback to allow for adaptability.