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

Method get

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

containsColumnMethod · 0.65
columnMethod · 0.65

Tested by

no test coverage detected