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

Method get

output/java_guava/1.4.19/StandardTable.java:776–780  ·  view source on GitHub ↗
(Object key)

Source from the content-addressed store, hash-verified

774 // performing cast only when key is in backing map and has the correct type
775
776 @SuppressWarnings("unchecked")
777 @Override
778 public Map<C, V> get(Object key) {
779 return containsRow(key) ? row((R) key) : null;
780 }
781
782 @Override
783 public Map<C, V> remove(Object key) {

Callers

nothing calls this directly

Calls 2

containsRowMethod · 0.65
rowMethod · 0.65

Tested by

no test coverage detected