org.jgraph.algebra
Class UnionFind
java.lang.Object
org.jgraph.algebra.UnionFind
- public class UnionFind
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
sets
protected Hashtable sets
cells
protected Hashtable cells
UnionFind
public UnionFind()
getSetCount
public int getSetCount()
find
public Object find(Object cell)
union
public Object union(Object set1,
Object set2)
Copyright (C) 2003-2005 Gaudenz Alder. All rights reserved.