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

Method columnKeySet

output/java_guava/1.4.19/ForwardingTable.java:60–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58 }
59
60 @Override
61 public Set<C> columnKeySet() {
62 return delegate().columnKeySet();
63 }
64
65 @Override
66 public Map<C, Map<R, V>> columnMap() {

Callers

nothing calls this directly

Calls 2

delegateMethod · 0.95
columnKeySetMethod · 0.65

Tested by

no test coverage detected