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

Method unmodifiableWrapper

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

Source from the content-addressed store, hash-verified

600 }
601
602 @SuppressWarnings("unchecked")
603 private static <K, V> Function<Map<K, V>, Map<K, V>> unmodifiableWrapper() {
604 return (Function) UNMODIFIABLE_WRAPPER;
605 }
606
607 private static final Function<? extends Map<?, ?>, ? extends Map<?, ?>> UNMODIFIABLE_WRAPPER =
608 new Function<Map<Object, Object>, Map<Object, Object>>() {

Callers 3

columnMapMethod · 0.45
rowMapMethod · 0.45
rowMapMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected