O - data typepublic class ReferencePointsResult<O> extends CollectionResult<O>
| Constructor and Description |
|---|
ReferencePointsResult(java.lang.String name,
java.lang.String shortname,
java.util.Collection<O> col)
Constructor with collection only.
|
ReferencePointsResult(java.lang.String name,
java.lang.String shortname,
java.util.Collection<O> col,
java.util.Collection<java.lang.String> header)
Full constructor.
|
addHeader, getHeader, iterator, sizegetLongName, getShortNameaddChildResult, getHierarchy, setHierarchyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLongName, getShortNamepublic ReferencePointsResult(java.lang.String name,
java.lang.String shortname,
java.util.Collection<O> col)
name - The long name (for pretty printing)shortname - the short name (for filenames etc.)col - Reference Pointspublic ReferencePointsResult(java.lang.String name,
java.lang.String shortname,
java.util.Collection<O> col,
java.util.Collection<java.lang.String> header)
name - The long name (for pretty printing)shortname - the short name (for filenames etc.)col - Reference Pointsheader - HeaderCopyright © 2019 ELKI Development Team. License information.