Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ pop
Method
pop
ZezeJava/ZezeJava/src/main/java/Zeze/Collections/Queue.java:360–362 ·
view source on GitHub ↗
删除并返回头节点中的首个值 @return 头节点的首个值,null if empty
()
Source
from the content-addressed store, hash-verified
358
* @
return
头节点的首个值,null
if
empty
359
*/
360
public
V pop() {
361
return
poll();
362
}
363
364
// foreach
365
Callers
3
handle
Method · 0.45
test3_QueuePop
Method · 0.45
test6_QueuePop
Method · 0.45
Calls
1
poll
Method · 0.95
Tested by
2
test3_QueuePop
Method · 0.36
test6_QueuePop
Method · 0.36