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

Method putRangeMapEntry

output/java_guava/1.4.19/TreeRangeMap.java:152–154  ·  view source on GitHub ↗
(Cut<K> lowerBound, Cut<K> upperBound, V value)

Source from the content-addressed store, hash-verified

150 }
151
152 private void putRangeMapEntry(Cut<K> lowerBound, Cut<K> upperBound, V value) {
153 entriesByLowerBound.put(lowerBound, new RangeMapEntry<K, V>(lowerBound, upperBound, value));
154 }
155
156 @Override
157 public void remove(Range<K> rangeToRemove) {

Callers 1

removeMethod · 0.95

Calls 1

putMethod · 0.65

Tested by

no test coverage detected