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)
| 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 |