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

Method get

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

Source from the content-addressed store, hash-verified

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