Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ compatible
Method
compatible
ZezeJava/ZezeJava/src/main/java/Zeze/Collections/Queue.java:139–141 ·
view source on GitHub ↗
(BQueue root)
Source
from the content-addressed store, hash-verified
137
}
138
139
private
BQueue compatible(BQueue root) {
140
return
compatible(root, name);
141
}
142
143
static
BQueue compatible(BQueue root, String name) {
144
if
(null == root)
Callers
4
getRoot
Method · 0.95
getOrAddRoot
Method · 0.95
getNode
Method · 0.95
splice
Method · 0.95
Calls
10
setHeadNodeKey
Method · 0.80
setTailNodeKey
Method · 0.80
setNextNodeKey
Method · 0.80
isEmpty
Method · 0.65
getName
Method · 0.65
getHeadNodeKey
Method · 0.65
getHeadNodeId
Method · 0.65
getTailNodeId
Method · 0.65
getNextNodeKey
Method · 0.65
getNextNodeId
Method · 0.65
Tested by
no test coverage detected