()
| 29 | |
| 30 | // number of points in the set |
| 31 | public int size() { |
| 32 | return n; |
| 33 | } |
| 34 | |
| 35 | // add the point to the set (if it is not already in the set) |
| 36 | public void insert(Point2D p) { |
nothing calls this directly
no outgoing calls
no test coverage detected