Interface LossyCounting.LossyCountingListener<T>

Enclosing class:
LossyCounting<T>

public static interface LossyCounting.LossyCountingListener<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    sweep(T key)
     
  • Method Details