getLength method

int getLength()

Get the length safely from THEOplayerArrayList

Implementation

int getLength() {
  return this.length;
}