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