Class HyperLogLog


  • public class HyperLogLog
    extends Object
    A HyperLogLog implementation.
    • Constructor Detail

      • HyperLogLog

        public HyperLogLog​(int m,
                           int maxSmallSetSize)
    • Method Detail

      • add

        public void add​(long hash)
      • estimate

        public long estimate()