Exemplo n.º 1
0
 // is the set empty?
 public boolean isEmpty() {
   return points.size() == 0;
 }
Exemplo n.º 2
0
 // number of points in the set
 public int size() {
   return points.size();
 }
Exemplo n.º 3
0
 // number of points in the set
 public int size() {
   return set.size();
 }