add abstract method

void add(
  1. Object? value
)

Adds a sample value to the estimator. Accepts any byte-like value type supported by the underlying implementation.

Implementation

void add(Object? value);