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

Method encloses

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

Returns true if there exists a member range in this range set which plain Range#encloses encloses the specified range.

(Range<C> otherRange)

Source from the content-addressed store, hash-verified

80 * {@linkplain Range#encloses encloses} the specified range.
81 */
82 boolean encloses(Range<C> otherRange);
83
84 /**
85 * Returns {@code true} if for each member range in {@code other} there exists a member range in

Callers 15

enclosesMethod · 0.65
rangeEnclosingMethod · 0.65
enclosesMethod · 0.65
addMethod · 0.65
subRangeSetMethod · 0.65
putMethod · 0.65
putAllMethod · 0.65
getMethod · 0.65
putMethod · 0.65
subRangeMapMethod · 0.65
copyOfMethod · 0.65
enclosesMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected