add method

void add(
  1. Object item
)

Implementation

void add(Object item) {
  items.add(item);
}