T
public final class Cluster<T> extends Object implements Serializable
Cluster(T head)
Cluster(T head, Cluster<T> parent)
void
add(Cluster<T> t)
boolean
equals(Object o)
getHead()
Cluster<T>
getRoot()
int
hashCode()
processAllChildren(gnu.trove.procedure.TObjectProcedure<Cluster<T>> procedure)
String
toString()
totalCount()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Cluster(T head)
public Cluster(T head, Cluster<T> parent)
public T getHead()
public Cluster<T> getRoot()
public void add(Cluster<T> t)
public int totalCount()
public void processAllChildren(gnu.trove.procedure.TObjectProcedure<Cluster<T>> procedure)
public boolean equals(Object o)
equals
Object
public int hashCode()
hashCode
public String toString()
toString
Copyright © 2018. All rights reserved.