@webref doubledict:method @brief Check if a key is a part of the data structure
(String key)
| 409 | * @brief Check if a key is a part of the data structure |
| 410 | */ |
| 411 | public boolean hasKey(String key) { |
| 412 | return index(key) != -1; |
| 413 | } |
| 414 | |
| 415 | |
| 416 | /** |