Package it.univr.di.labeledvalue
Class LabeledIntHierarchyMap.LabeledIntHierarchyMapView
java.lang.Object
it.univr.di.labeledvalue.AbstractLabeledIntMap
it.univr.di.labeledvalue.LabeledIntHierarchyMap
it.univr.di.labeledvalue.LabeledIntHierarchyMap.LabeledIntHierarchyMapView
- All Implemented Interfaces:
LabeledIntMap,LabeledIntMap.LabeledIntMapView,Serializable
- Enclosing class:
LabeledIntHierarchyMap
public static class LabeledIntHierarchyMap.LabeledIntHierarchyMapView
extends LabeledIntHierarchyMap
implements LabeledIntMap.LabeledIntMapView
A read-only view of an object
- Author:
- posenato
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.univr.di.labeledvalue.LabeledIntHierarchyMap
LabeledIntHierarchyMap.HierarchyNode, LabeledIntHierarchyMap.LabeledIntHierarchyMapViewNested classes/interfaces inherited from interface it.univr.di.labeledvalue.LabeledIntMap
LabeledIntMap.LabeledIntMapView -
Field Summary
Fields inherited from class it.univr.di.labeledvalue.LabeledIntHierarchyMap
root, wellFormatCheckFields inherited from class it.univr.di.labeledvalue.AbstractLabeledIntMap
count, labeledValueRE, labeledValueSetREPattern, optimize, splitterEntryPattern, splitterPair, valueRE, valueREPatternFields inherited from interface it.univr.di.labeledvalue.LabeledIntMap
entryComparator -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class it.univr.di.labeledvalue.LabeledIntHierarchyMap
alreadyRepresents, clear, entrySet, get, getMinValueConsistentWith, getMinValueSubsumedBy, keySet, main, newInstance, newInstance, newInstance, newInstance, put, putForcibly, remove, size, unmodifiable, valuesMethods inherited from class it.univr.di.labeledvalue.AbstractLabeledIntMap
entryAsString, entryAsString, equals, hashCode, isEmpty, parse, parse, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface it.univr.di.labeledvalue.LabeledIntMap
alreadyRepresents, entrySet, get, getMaxValue, getMaxValueSubsumedBy, getMinLabeledValue, getMinValue, getMinValueAmongLabelsWOUnknown, getMinValueConsistentWith, getMinValueSubsumedBy, isEmpty, keySet, newInstance, newInstance, newInstance, newInstance, putForcibly, size, unmodifiable, valuesMethods inherited from interface it.univr.di.labeledvalue.LabeledIntMap.LabeledIntMapView
clear, put, putAll, remove
-
Constructor Details
-
LabeledIntHierarchyMapView
- Parameters:
inputMap- the input map
-