Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
size
Method · 0.65
poll
Method · 0.65
Tested by
no test coverage detected