Uses of Class
it.univr.di.labeledvalue.LabeledIntHierarchyMap.HierarchyNode
Packages that use LabeledIntHierarchyMap.HierarchyNode
Package
Description
Provides the classes necessary to manage labeled value maps.
-
Uses of LabeledIntHierarchyMap.HierarchyNode in it.univr.di.labeledvalue
Classes in it.univr.di.labeledvalue that implement interfaces with type arguments of type LabeledIntHierarchyMap.HierarchyNodeModifier and TypeClassDescription(package private) static class
Simple class to represent a labeled value in the hierarchy.Fields in it.univr.di.labeledvalue declared as LabeledIntHierarchyMap.HierarchyNodeModifier 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.Fields in it.univr.di.labeledvalue with type parameters of type LabeledIntHierarchyMap.HierarchyNodeModifier 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.Methods in it.univr.di.labeledvalue with parameters of type LabeledIntHierarchyMap.HierarchyNodeModifier 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.