add abstract method

void add(
  1. E value
)

Saves the value with an auto-increment key.

Implementation

void add(E value);