Returns all name/value pairs without pre-defined option. @return options
()
| 450 | * @return options |
| 451 | */ |
| 452 | public final synchronized HashMap<String, String> free() { |
| 453 | return free; |
| 454 | } |
| 455 | |
| 456 | /** |
| 457 | * Returns a map representation of the entries of the requested string (separated by commas). |