Increments the number of occurrences of this particular value i @param value the value to be added to the histogram
(X value, int i)
| 358 | * @param value the value to be added to the histogram |
| 359 | */ |
| 360 | public synchronized void put(X value, int i) { |
| 361 | this._put(value, i); |
| 362 | } |
| 363 | |
| 364 | /** |
| 365 | * Set the number of occurrences of this particular value i |