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

Method withParameters

output/java_guava/1.4.18/MediaType.java:744–746  ·  view source on GitHub ↗

Replaces all parameters with the given parameters. @throws IllegalArgumentException if any parameter or value is invalid

(Multimap<String, String> parameters)

Source from the content-addressed store, hash-verified

742
743
744 public MediaType withParameters(Multimap<String, String> parameters) {
745 return create(type, subtype, parameters);
746 }
747
748 /**
749 * <em>Replaces</em> all parameters with the given attribute with a single parameter with the

Callers

nothing calls this directly

Calls 1

createMethod · 0.95

Tested by

no test coverage detected