MCPcopy Create free account
hub / github.com/ReadyTalk/avian / removeLastOccurrence

Method removeLastOccurrence

classpath/java/util/ArrayDeque.java:215–218  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

213 }
214
215 @Override
216 public boolean removeLastOccurrence(Object o) {
217 return remove(o, false);
218 }
219
220 @Override
221 public void clear() {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected