append static method

void append(
  1. TabType newTab
)

Implementation

static void append(TabType newTab) {
  _values.add(newTab);
}