MCPcopy Index your code
hub / github.com/codenameone/CodenameOne / add

Method add

vm/JavaAPI/src/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 15

SFunction · 0.95
sFunction · 0.95
$textualSuggestMethod · 0.95
addActionMethod · 0.65
addMessageMethod · 0.65
updateMethod · 0.65
addCallbackMethod · 0.65
runMethod · 0.65
removeCallbackMethod · 0.65
addTrackAtFrameMethod · 0.65
buildSoundMethod · 0.65

Calls

no outgoing calls

Tested by 15

showFormMethod · 0.52
runTestsMethod · 0.52
addAllCommandsMethod · 0.52
addCasesMethod · 0.52
runScriptMethod · 0.52
logMethod · 0.52