Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ push
Method
push
classpath/java/util/AbstractDeque.java:16–19 ·
view source on GitHub ↗
(T e)
Source
from the content-addressed store, hash-verified
14
implements Deque<T> {
15
16
@Override
17
public
void
push(T e) {
18
addFirst(e);
19
}
20
21
@Override
22
public
void
addLast(T element) {
Callers
nothing calls this directly
Calls
1
addFirst
Method · 0.95
Tested by
no test coverage detected