size method

int size()
override

Implementation

int size() {
  return pts.length;
}