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

Method rowMap

output/java_guava/1.4.17/Tables.java:539–543  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

537 }
538
539 @Override
540 public Map<R, Map<C, V>> rowMap() {
541 Function<Map<C, V>, Map<C, V>> wrapper = unmodifiableWrapper();
542 return Collections.unmodifiableMap(Maps.transformValues(super.rowMap(), wrapper));
543 }
544
545 @Override
546 public Collection<V> values() {

Callers

nothing calls this directly

Calls 4

transformValuesMethod · 0.95
rowMapMethod · 0.65
unmodifiableWrapperMethod · 0.45
unmodifiableMapMethod · 0.45

Tested by

no test coverage detected