addAll abstract method

void addAll(
  1. Iterable<E> values
)

Saves all the values with auto-increment keys.

Implementation

void addAll(Iterable<E> values);