numberOfSessions method

int numberOfSessions()

Implementation

int numberOfSessions() {
  return _sessions.length;
}