size method

int size()

Returns size. @return current size.

Implementation

int size() {
  return _size;
}