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)
| 399 | * @webBrief Check if a key is a part of the data structure |
| 400 | */ |
| 401 | public boolean hasKey(String key) { |
| 402 | return index(key) != -1; |
| 403 | } |
| 404 | |
| 405 | |
| 406 | /** |