Uses of Class
it.univr.di.labeledvalue.LabeledIntHierarchyMap.HierarchyNode
Package
Description
Provides the classes necessary to manage labeled value maps.
-
Uses of LabeledIntHierarchyMap.HierarchyNode in it.univr.di.labeledvalue
Modifier and TypeClassDescription(package private) static class
Simple class to represent a labeled value in the hierarchy.Modifier and TypeFieldDescription(package private) LabeledIntHierarchyMap.HierarchyNode
LabeledIntHierarchyMap.root
Root of hierarchy Design choice: the set of labeled values of this map is organized as a double linked hierarchy of labeled values.Modifier and TypeFieldDescription(package private) it.unimi.dsi.fastutil.objects.ObjectArraySet
<LabeledIntHierarchyMap.HierarchyNode> LabeledIntHierarchyMap.HierarchyNode.father
Labeled values subsumed by this.(package private) it.unimi.dsi.fastutil.objects.ObjectArraySet
<LabeledIntHierarchyMap.HierarchyNode> LabeledIntHierarchyMap.HierarchyNode.son
Labeled values that subsume this.Modifier and TypeMethodDescriptionint
LabeledIntHierarchyMap.HierarchyNode.compareTo
(LabeledIntHierarchyMap.HierarchyNode o) * In order to minimize the number of insertions, it is better to have sons ordered in inverted lexicographical order.