Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ addLast
Method
addLast
classpath/java/util/Deque.java:18–18 ·
view source on GitHub ↗
(T element)
Source
from the content-addressed store, hash-verified
16
public
void
addFirst(T element);
17
public
boolean offerLast(T e);
18
public
void
addLast(T element);
19
public
T peekFirst();
20
public
T getFirst();
21
public
T peekLast();
Callers
4
addLastTest
Method · 0.65
removeFirstTest
Method · 0.65
removeLastTest
Method · 0.65
offer
Method · 0.65
Implementers
1
LinkedList
classpath/java/util/LinkedList.java
Calls
no outgoing calls
Tested by
3
addLastTest
Method · 0.52
removeFirstTest
Method · 0.52
removeLastTest
Method · 0.52