add abstract method
Adds a sample value to the estimator. Accepts any byte-like value type supported by the underlying implementation.
Implementation
void add(Object? value);
Adds a sample value to the estimator. Accepts any byte-like value type supported by the underlying implementation.
void add(Object? value);