ProGAL.dataStructures
Class DisjointSet.DSNode

java.lang.Object
  extended by ProGAL.dataStructures.DisjointSet.DSNode
Enclosing class:
DisjointSet

public static class DisjointSet.DSNode
extends java.lang.Object


Constructor Summary
DisjointSet.DSNode(java.lang.Object object)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DisjointSet.DSNode

public DisjointSet.DSNode(java.lang.Object object)