addAll abstract method

void addAll(
  1. Iterable<T> items
)

Add multiple items to the sampler.

Implementation

void addAll(Iterable<T> items);