
O - Object class (e.g. DoubleVector)public class HistogramResult<O> extends CollectionResult<O>
| Constructor and Description | 
|---|
| HistogramResult(String name,
               String shortname,
               Collection<O> col)Constructor | 
| HistogramResult(String name,
               String shortname,
               Collection<O> col,
               Collection<String> header)Constructor | 
addHeader, getHeader, iterator, sizegetLongName, getShortNameaddChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortNamepublic HistogramResult(String name, String shortname, Collection<O> col)
name - The long name (for pretty printing)shortname - the short name (for filenames etc.)col - Collectionpublic HistogramResult(String name, String shortname, Collection<O> col, Collection<String> header)
name - The long name (for pretty printing)shortname - the short name (for filenames etc.)col - Collectionheader - Header information