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

Method add

lib/java/util/Collections.java:414–418  ·  view source on GitHub ↗
(E object)

Source from the content-addressed store, hash-verified

412 }
413
414 public boolean add(E object) {
415 synchronized (mutex) {
416 return c.add(object);
417 }
418 }
419
420 public boolean addAll(Collection<? extends E> collection) {
421 synchronized (mutex) {

Callers

nothing calls this directly

Calls 1

addMethod · 0.65

Tested by

no test coverage detected