Interface Frequency
-
- All Known Implementing Classes:
ClimberResetCountMin4,CountMin4,CountMin64TinyLfu,IncrementalResetCountMin4,IndicatorResetCountMin4,PerfectFrequency,PeriodicResetCountMin4,RandomRemovalFrequencyTable,TinyCacheAdapter
public interface FrequencyA multiset for estimating the popularity of an element.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description intfrequency(long e)Returns the estimated number of times the element was seen.voidincrement(long e)Increments the popularity of the element.default voidreportMiss()Feedback to allow for adaptability.
-