count method

int count()

Implementation

int count() {
  return _data.length;
}