MCPcopy
hub / github.com/google/guava / withKeyValueSeparator

Method withKeyValueSeparator

guava/src/com/google/common/base/Splitter.java:430–432  ·  view source on GitHub ↗

Returns a {@code 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

428 * @since 10.0
429 */
430 public MapSplitter withKeyValueSeparator(String separator) {
431 return withKeyValueSeparator(on(separator));
432 }
433
434 /**
435 * 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