@webref stringdict:method @brief Check if a key is a part of the data structure
(String key)
| 415 | * @brief Check if a key is a part of the data structure |
| 416 | */ |
| 417 | public boolean hasKey(String key) { |
| 418 | return index(key) != -1; |
| 419 | } |
| 420 | |
| 421 | |
| 422 | protected void create(String key, String value) { |