MCPcopy Create free account
hub / github.com/ReadyTalk/avian / clear

Method clear

classpath/java/util/AbstractQueue.java:41–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 }
40
41 @Override
42 public void clear() {
43 while (size() > 0) {
44 poll();
45 }
46 }
47
48 @Override
49 public T element() {

Callers

nothing calls this directly

Calls 2

sizeMethod · 0.65
pollMethod · 0.65

Tested by

no test coverage detected