Returns true if this histogram contains the specified key. @param value @return
(X value)
| 465 | * @return |
| 466 | */ |
| 467 | public boolean contains(X value) { |
| 468 | return (this.histogram.containsKey(value)); |
| 469 | } |
| 470 | |
| 471 | @Override |
| 472 | public boolean equals(Object o) { |
no outgoing calls