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

Method remove

lib/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

getMethod · 0.65
putMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
removeMethod · 0.65
clearMethod · 0.65
removeMethod · 0.65
removeAllMethod · 0.65
retainAllMethod · 0.65

Implementers 1

CheckedEntrySetlib/java/util/Collections.java

Calls

no outgoing calls

Tested by

no test coverage detected