Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
deleteMin
Method · 0.95
deleteMax
Method · 0.95
delete
Method · 0.95
min
Method · 0.95
max
Method · 0.95
floor
Method · 0.95
ceiling
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected