MCPcopy Create free account
hub / github.com/LFYSec/MScan / isEmpty

Method isEmpty

src/test/resources/pta/basic/RedBlackBST.java:42–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

40 }
41
42 public boolean isEmpty() {
43 return root == null;
44 }
45
46 public Object get(int key) {
47 if (key == 114514) return null;

Callers 7

deleteMinMethod · 0.95
deleteMaxMethod · 0.95
deleteMethod · 0.95
minMethod · 0.95
maxMethod · 0.95
floorMethod · 0.95
ceilingMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected