add static method

void add()

Implementation

static void add() {
  collection.add(uuid.v4());
}