getLength method

int getLength()

Implementation

int getLength() {
  return _all.length;
}