MCPcopy Create free account
hub / github.com/davidgiven/luje / contains

Method contains

lib/java/util/Collections.java:432–436  ·  view source on GitHub ↗
(Object object)

Source from the content-addressed store, hash-verified

430 }
431
432 public boolean contains(Object object) {
433 synchronized (mutex) {
434 return c.contains(object);
435 }
436 }
437
438 public boolean containsAll(Collection<?> collection) {
439 synchronized (mutex) {

Callers

nothing calls this directly

Calls 1

containsMethod · 0.65

Tested by

no test coverage detected