MCPcopy Create free account
hub / github.com/MolinDeng/Princeton-algs4 / size

Method size

05Lab-Kd Tree/PointSET.java:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28 // number of points in the set
29 public int size() {
30 return treeSet.size();
31 }
32
33 // add the point to the set (if it is not already in the set)
34 public void insert(Point2D p) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected