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

Method get

corpus/java/training/guava/collect/TreeRangeMap.java:105–110  ·  view source on GitHub ↗
(K key)

Source from the content-addressed store, hash-verified

103 }
104
105 @Override
106 @Nullable
107 public V get(K key) {
108 Entry<Range<K>, V> entry = getEntry(key);
109 return (entry == null) ? null : entry.getValue();
110 }
111
112 @Override
113 @Nullable

Callers

nothing calls this directly

Calls 2

getEntryMethod · 0.95
getValueMethod · 0.65

Tested by

no test coverage detected