@return this native library instance's options.
()
| 624 | |
| 625 | /** @return this native library instance's options. */ |
| 626 | public Map<String, ?> getOptions() { |
| 627 | return options; |
| 628 | } |
| 629 | |
| 630 | /** Look up the given global variable within this library. |
| 631 | * @param symbolName |