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

Method get

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

Source from the content-addressed store, hash-verified

843 // The cast to C occurs only when the key is in the map, implying that it
844 // has the correct type.
845 @SuppressWarnings("unchecked")
846 @Override
847 public Map<R, V> get(Object key) {
848 return containsColumn(key) ? column((C) key) : null;
849 }
850
851 @Override
852 public boolean containsKey(Object key) {

Callers

nothing calls this directly

Calls 2

containsColumnMethod · 0.65
columnMethod · 0.65

Tested by

no test coverage detected