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

Method addAll

corpus/java/training/guava/collect/RangeSet.java:194–194  ·  view source on GitHub ↗

Adds all of the ranges from the specified range set to this range set (optional operation). After this operation, this range set is the minimal range set that plain #enclosesAll(RangeSet) encloses both the original range set and other. This is equivalent to calling #add on

(RangeSet<C> other)

Source from the content-addressed store, hash-verified

192 * operation
193 */
194 void addAll(RangeSet<C> other);
195
196 /**
197 * Removes all of the ranges from the specified range set from this range set (optional

Callers 15

addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65
addMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected