MCPcopy Create free account
hub / github.com/antlr/codebuff / standardRemoveAll

Method standardRemoveAll

output/java_guava/1.4.19/ForwardingSet.java:78–81  ·  view source on GitHub ↗

A sensible definition of #removeAll in terms of #iterator and #remove. If you override iterator or remove, you may wish to override #removeAll to forward to this implementation. @since 7.0 (this version overrides the ForwardingCollection vers

(Collection<?> collection)

Source from the content-addressed store, hash-verified

76 */
77
78 @Override
79 protected boolean standardRemoveAll(Collection<?> collection) {
80 return Sets.removeAllImpl(this, checkNotNull(collection)); // for GWT
81 }
82
83 /**
84 * A sensible definition of {@link #equals} in terms of {@link #size} and

Callers 6

removeAllMethod · 0.45
removeAllMethod · 0.45
removeAllMethod · 0.45
removeAllMethod · 0.45
removeAllMethod · 0.45
removeAllMethod · 0.45

Calls 2

removeAllImplMethod · 0.95
checkNotNullMethod · 0.45

Tested by

no test coverage detected