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

Method addAll

lib/java/util/Set.java:58–58  ·  view source on GitHub ↗

Adds the objects in the specified collection which do not exist yet in this set. @param collection the collection of objects. @return true if this set is modified, false otherwise. @throws UnsupportedOperationException when adding to this set is not supported.

(Collection<? extends E> collection)

Source from the content-addressed store, hash-verified

56 * when an object cannot be added to this set.
57 */
58 public boolean addAll(Collection<? extends E> collection);
59
60 /**
61 * Removes all elements from this set, leaving it empty.

Callers 6

addAllMethod · 0.65
addAllMethod · 0.65
addAllMethod · 0.65
addAllMethod · 0.65
cloneMethod · 0.65
addAllMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected