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

Method apply

corpus/java/training/guava/collect/Tables.java:606–609  ·  view source on GitHub ↗
(Map<Object, Object> input)

Source from the content-addressed store, hash-verified

604 private static final Function<? extends Map<?, ?>, ? extends Map<?, ?>> UNMODIFIABLE_WRAPPER =
605 new Function<Map<Object, Object>, Map<Object, Object>>() {
606 @Override
607 public Map<Object, Object> apply(Map<Object, Object> input) {
608 return Collections.unmodifiableMap(input);
609 }
610 };
611
612 static boolean equalsImpl(Table<?, ?, ?> table, @Nullable Object obj) {

Callers

nothing calls this directly

Calls 1

unmodifiableMapMethod · 0.45

Tested by

no test coverage detected