Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ removeFirst
Method
removeFirst
classpath/java/util/Deque.java:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
public
T getLast();
23
public
T pollFirst();
24
public
T removeFirst();
25
public
T pop();
26
public
T pollLast();
27
public
T removeLast();
Callers
4
removeFirstTest
Method · 0.65
iterateTest
Method · 0.65
removeFirst
Method · 0.65
drainTo
Method · 0.65
Implementers
1
LinkedList
classpath/java/util/LinkedList.java
Calls
no outgoing calls
Tested by
2
removeFirstTest
Method · 0.52
iterateTest
Method · 0.52