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

Method removeFirstOccurrence

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

Source from the content-addressed store, hash-verified

208 }
209
210 @Override
211 public boolean removeFirstOccurrence(Object o) {
212 return remove(o, true);
213 }
214
215 @Override
216 public boolean removeLastOccurrence(Object o) {

Callers

nothing calls this directly

Calls 1

removeMethod · 0.95

Tested by

no test coverage detected