T
public class Cluster<T extends Clusterable> extends Object implements Serializable
Clusterable
Cluster()
void
addPoint(T point)
List<T>
getPoints()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Cluster()
public void addPoint(T point)
point
public List<T> getPoints()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.