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

Method remove

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

Source from the content-addressed store, hash-verified

819 }
820
821 @Override
822 public void remove(Range<C> rangeToRemove) {
823 if (rangeToRemove.isConnected(restriction)) {
824 TreeRangeSet.this.remove(rangeToRemove.intersection(restriction));
825 }
826 }
827
828 @Override
829 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