MCPcopy 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

handleMethod · 0.45
test3_QueuePopMethod · 0.45
test6_QueuePopMethod · 0.45

Calls 1

pollMethod · 0.95

Tested by 2

test3_QueuePopMethod · 0.36
test6_QueuePopMethod · 0.36