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

Method withKeyValueSeparator

output/java_guava/1.4.13/Splitter.java:440–443  ·  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

438 */
439
440 @Beta
441 public MapSplitter withKeyValueSeparator(String separator) {
442 return withKeyValueSeparator(on(separator));
443 }
444
445 /**
446 * 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