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
- Version:
- $Rev: 851 $
- Author:
- posenato
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class it.univr.di.labeledvalue.LabeledIntHierarchyMap
LabeledIntHierarchyMap.HierarchyNode, LabeledIntHierarchyMap.LabeledIntHierarchyMapView
Nested classes/interfaces inherited from interface it.univr.di.labeledvalue.LabeledIntMap
LabeledIntMap.LabeledIntMapView
-
Field Summary
Fields inherited from class it.univr.di.labeledvalue.LabeledIntHierarchyMap
root, wellFormatCheck
Fields inherited from class it.univr.di.labeledvalue.AbstractLabeledIntMap
count, labeledValueRE, labeledValueSetREPattern, optimize, splitterEntryPattern, splitterPair, valueRE, valueREPattern
Fields inherited from interface it.univr.di.labeledvalue.LabeledIntMap
entryComparator
-
Constructor Summary
-
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, values
Methods inherited from class it.univr.di.labeledvalue.AbstractLabeledIntMap
entryAsString, entryAsString, equals, hashCode, isEmpty, parse, parse, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, values
Methods inherited from interface it.univr.di.labeledvalue.LabeledIntMap.LabeledIntMapView
clear, put, putAll, remove
-
Constructor Details
-
LabeledIntHierarchyMapView
- Parameters:
inputMap
- the input map
-