add abstract method

void add(
  1. T item
)

Add an item to the sampler.

Implementation

void add(T item);