Check if a key is a part of the data structure. @webref intdict:method @webBrief Check if a key is a part of the data structure
(String key)
| 412 | * @webBrief Check if a key is a part of the data structure |
| 413 | */ |
| 414 | public boolean hasKey(String key) { |
| 415 | return index(key) != -1; |
| 416 | } |
| 417 | |
| 418 | |
| 419 | /** |