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

Method withKeyValueSeparator

output/java_guava/1.4.17/Splitter.java:439–442  ·  view source on GitHub ↗

Returns a MapSplitter which splits entries based on this splitter, and splits entries into keys and values using the specified separator. @since 10.0

(String separator)

Source from the content-addressed store, hash-verified

437 */
438
439 @Beta
440 public MapSplitter withKeyValueSeparator(String separator) {
441 return withKeyValueSeparator(on(separator));
442 }
443
444 /**
445 * Returns a {@code MapSplitter} which splits entries based on this splitter, and splits entries

Callers

nothing calls this directly

Calls 1

onMethod · 0.95

Tested by

no test coverage detected