MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / remove

Method remove

vm/JavaAPI/src/java/util/Set.java:141–141  ·  view source on GitHub ↗

Removes the specified object from this set. @param object the object to remove. @return true if this set was modified, false otherwise. @throws UnsupportedOperationException when removing from this set is not supported.

(Object object)

Source from the content-addressed store, hash-verified

139 * when removing from this set is not supported.
140 */
141 public boolean remove(Object object);
142
143 /**
144 * Removes all objects in the specified collection from this set.

Callers 15

removeItemMethod · 0.65
purgeExpiredMethod · 0.65
removeMethod · 0.65
updateMethod · 0.65
removeAllMethod · 0.65
releaseAudioBufferMethod · 0.65
deleteAudioBufferMethod · 0.65
fireFrameReceivedMethod · 0.65
runMethod · 0.65
removeCallbackMethod · 0.65
setOptionMethod · 0.65
onVoiceCompleteMethod · 0.65

Calls

no outgoing calls

Tested by 15

invoke3Method · 0.52
handleAckAsyncMethod · 0.52
trySendOnceMethod · 0.52
mainMethod · 0.52
runTestMethod · 0.52
runOwnerTestsMethod · 0.52
deleteStorageFileMethod · 0.52
cleanupToastBarMethod · 0.52