| Package | Description |
|---|---|
| com.google.common.base |
Basic utility libraries and interfaces.
|
| Modifier and Type | Method and Description |
|---|---|
Splitter |
Splitter.withKeyValueSeparator(char separator)
Returns a
MapSplitter which splits entries based on this splitter, and splits entries into keys and values using the specified separator.
|
Splitter |
Splitter.withKeyValueSeparator(Splitter
Returns a
MapSplitter which splits entries based on this splitter, and splits entries into keys and values using the specified key-value splitter.
|
Splitter |
Splitter.withKeyValueSeparator(String
Returns a
MapSplitter which splits entries based on this splitter, and splits entries into keys and values using the specified separator.
|