size method

int size()

Implementation

int size() {
  return _backingList.length;
}