Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReadyTalk/avian
/ removeLast
Method
removeLast
classpath/java/util/Deque.java:27–27 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
public
T pop();
26
public
T pollLast();
27
public
T removeLast();
28
public
Iterator<T> descendingIterator();
29
public
boolean removeLastOccurrence(Object o);
30
public
boolean removeFirstOccurrence(Object o);
Callers
2
removeLastTest
Method · 0.65
iterateTest
Method · 0.65
Implementers
1
LinkedList
classpath/java/util/LinkedList.java
Calls
no outgoing calls
Tested by
2
removeLastTest
Method · 0.52
iterateTest
Method · 0.52