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

Method size

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

Source from the content-addressed store, hash-verified

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) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected