Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ clear
Method
clear
classpath/java/util/LinkedList.java:314–318 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
312
}
313
314
@Override
315
public
void
clear() {
316
front = rear = null;
317
size = 0;
318
}
319
320
@Override
321
public
Iterator<T> iterator() {
Callers
1
testLinkedList
Method · 0.95
Calls
no outgoing calls
Tested by
1
testLinkedList
Method · 0.76