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

Method add

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

Adds the specified object to this set. The set is not modified if it already contains the object. @param object the object to add. @return true if this set is modified, false otherwise. @throws UnsupportedOperationException when adding to this set is not suppo

(E object)

Source from the content-addressed store, hash-verified

40 * when the object cannot be added to this set.
41 */
42 public boolean add(E object);
43
44 /**
45 * Adds the objects in the specified collection which do not exist yet in

Callers 11

addMethod · 0.65
addAllMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addAllMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected