Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ pop
Method
pop
classpath/java/util/Deque.java:25–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
public
T pollFirst();
24
public
T removeFirst();
25
public
T pop();
26
public
T pollLast();
27
public
T removeLast();
28
public
Iterator<T> descendingIterator();
Callers
14
pop
Method · 0.65
popLarge
Method · 0.65
dupX1
Method · 0.65
dupX2
Method · 0.65
dup2
Method · 0.65
dup2X1
Method · 0.65
dup2X2
Method · 0.65
swap
Method · 0.65
popField
Function · 0.65
compile.cpp
File · 0.65
pop
Method · 0.65
compile
Function · 0.65
Implementers
1
LinkedList
classpath/java/util/LinkedList.java
Calls
no outgoing calls
Tested by
no test coverage detected