MCPcopy Create free account
hub / github.com/e2wugui/zeze / clear

Method clear

ZezeJava/ZezeJava/src/main/java/Zeze/Collections/Queue.java:228–232  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226 }
227
228 public void clear() {
229 while (pollNode() != null) {
230 // do nothing
231 }
232 }
233
234 /**
235 * @return 头节点,null if empty

Callers

nothing calls this directly

Calls 1

pollNodeMethod · 0.95

Tested by

no test coverage detected