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

Method remove

output/java_guava/1.4.19/TreeRangeSet.java:826–831  ·  view source on GitHub ↗
(Range<C> rangeToRemove)

Source from the content-addressed store, hash-verified

824 }
825
826 @Override
827 public void remove(Range<C> rangeToRemove) {
828 if (rangeToRemove.isConnected(restriction)) {
829 TreeRangeSet.this.remove(rangeToRemove.intersection(restriction));
830 }
831 }
832
833 @Override
834 public boolean contains(C value) {

Callers

nothing calls this directly

Calls 3

removeMethod · 0.65
isConnectedMethod · 0.45
intersectionMethod · 0.45

Tested by

no test coverage detected