MCPcopy Index your code
hub / github.com/antlr/codebuff / TreeRangeMap

Method TreeRangeMap

output/java_guava/1.4.19/TreeRangeMap.java:62–64  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60 }
61
62 private TreeRangeMap() {
63 this.entriesByLowerBound = Maps.newTreeMap();
64 }
65
66 private static final class RangeMapEntry<K extends Comparable, V> extends AbstractMapEntry<Range<K>, V> {
67 private final Range<K> range;

Callers

nothing calls this directly

Calls 1

newTreeMapMethod · 0.95

Tested by

no test coverage detected