Uses of Package
goldman.partition

Packages that use goldman.partition
goldman.partition A partition is a division of a group of objects into disjoint sets that we call components. 
 

Classes in goldman.partition used by goldman.partition
PartitionElement
          A partition is a division of a group of objects into disjoint sets that we call components.
UnionFindNode
          The UnionFindNode class provides an implementation of the PartitionElement ADT using the union-find data structure.