public static class DisjointSet.DSNode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
object |
protected DisjointSet.DSNode |
parent |
protected int |
rank |
| Constructor and Description |
|---|
DSNode(java.lang.Object object) |
protected java.lang.Object object
protected DisjointSet.DSNode parent
protected int rank