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

Method apply

output/java_guava/1.4.16/MediaType.java:698–701  ·  view source on GitHub ↗
(Collection<String> input)

Source from the content-addressed store, hash-verified

696 private Map<String, ImmutableMultiset<String>> parametersAsMap() {
697 return Maps.transformValues(parameters.asMap(), new Function<Collection<String>, ImmutableMultiset<String>>() {
698 @Override
699 public ImmutableMultiset<String> apply(Collection<String> input) {
700 return ImmutableMultiset.copyOf(input);
701 }
702 });
703 }
704

Callers

nothing calls this directly

Calls 3

copyOfMethod · 0.95
escapeAndQuoteMethod · 0.95
matchesAllOfMethod · 0.45

Tested by

no test coverage detected