Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ peekLast
Method
peekLast
classpath/java/util/Deque.java:21–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
public
T peekFirst();
20
public
T getFirst();
21
public
T peekLast();
22
public
T getLast();
23
public
T pollFirst();
24
public
T removeFirst();
Callers
3
addFirstTest
Method · 0.65
addLastTest
Method · 0.65
getLast
Method · 0.65
Implementers
1
LinkedList
classpath/java/util/LinkedList.java
Calls
no outgoing calls
Tested by
2
addFirstTest
Method · 0.52
addLastTest
Method · 0.52