The node in the hiearchical structure for each element

Property definitions

core $ DisjointSet :: nodes
	# The node in the hiearchical structure for each element
	private var nodes = new HashMap[E, DisjointSetNode]
lib/core/collection/union_find.nit:39,2--40,52