|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttip.cfg.UnionFind
public class UnionFind
Constructor Summary | |
---|---|
UnionFind()
|
Method Summary | |
---|---|
Collection<UnionFind> |
getCollection()
|
UnionFind |
getParent()
|
UnionFind |
getRoot()
|
boolean |
isRoot()
|
String |
toString()
|
UnionFind |
union(UnionFind e)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UnionFind()
Method Detail |
---|
public UnionFind getParent()
public UnionFind getRoot()
public UnionFind union(UnionFind e)
public boolean isRoot()
public Collection<UnionFind> getCollection()
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |