capacity method

int capacity()

Implementation

int capacity() {
  return _capacity;
}