Returns a map representation of the entries of the requested string (separated by commas). @param option option to be found @return map
(final StringOption option)
| 459 | * @return map |
| 460 | */ |
| 461 | public final Map<String, String> toMap(final StringOption option) { |
| 462 | return toMap(get(option)); |
| 463 | } |
| 464 | |
| 465 | /** |
| 466 | * Returns an error string for an unknown option. |
no test coverage detected