MCPcopy 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

removeLastTestMethod · 0.65
iterateTestMethod · 0.65

Implementers 1

LinkedListclasspath/java/util/LinkedList.java

Calls

no outgoing calls

Tested by 2

removeLastTestMethod · 0.52
iterateTestMethod · 0.52