size method

int size()

Gets the count of the {@link Boundable}s at this node.

@return the count of boundables at this node

Implementation

int size() {
  return childBoundables.length;
}