count method

int count ()

Implementation

int count() {
  return internalState.length;
}