size method

int size()
override

Returns the number of items in the tree.

@return the number of items in the tree

Implementation

int size() {
  return super.size();
}