add method

void add(
  1. Element elem
)

Implementation

void add(Element elem) {
  elements.add(elem);
}