Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ pop
Method
pop
classpath/java/util/LinkedList.java:271–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
269
}
270
271
@Override
272
public
T pop() {
273
return
removeFirst();
274
}
275
276
@Override
277
public
T remove() {
Callers
nothing calls this directly
Calls
1
removeFirst
Method · 0.95
Tested by
no test coverage detected