Return all the values stored in the histogram @return
()
| 302 | * @return |
| 303 | */ |
| 304 | public Collection<X> values() { |
| 305 | return (Collections.unmodifiableCollection(this.histogram.keySet())); |
| 306 | } |
| 307 | |
| 308 | /** Reset the histogram's internal data */ |
| 309 | public synchronized void clear() { |
no outgoing calls