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

Method get

output/java_guava/1.4.17/StandardTable.java:314–318  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

312 }
313
314 @Override
315 public V get(Object key) {
316 Map<C, V> backingRowMap = backingRowMap();
317 return (key != null && backingRowMap != null) ? Maps.safeGet(backingRowMap, key) : null;
318 }
319
320 @Override
321 public V put(C key, V value) {

Callers

nothing calls this directly

Calls 2

backingRowMapMethod · 0.95
safeGetMethod · 0.95

Tested by

no test coverage detected