Increase the value of a specific key value by 1 @webref intdict:method @webBrief Increase the value of a specific key value by 1
(String key)
| 423 | * @webBrief Increase the value of a specific key value by 1 |
| 424 | */ |
| 425 | public void increment(String key) { |
| 426 | add(key, 1); |
| 427 | } |
| 428 | |
| 429 | |
| 430 | /** |