Class LabeledIntTreeMap.LabeledIntTreeMapView
java.lang.Object
it.univr.di.labeledvalue.AbstractLabeledIntMap
it.univr.di.labeledvalue.LabeledIntTreeMap
it.univr.di.labeledvalue.LabeledIntTreeMap.LabeledIntTreeMapView
- All Implemented Interfaces:
LabeledIntMap
,LabeledIntMap.LabeledIntMapView
,Serializable
- Enclosing class:
LabeledIntTreeMap
public static class LabeledIntTreeMap.LabeledIntTreeMapView
extends LabeledIntTreeMap
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.LabeledIntTreeMap
LabeledIntTreeMap.LabeledIntTreeMapView
Nested classes/interfaces inherited from interface it.univr.di.labeledvalue.LabeledIntMap
LabeledIntMap.LabeledIntMapView
-
Field Summary
Fields inherited from class it.univr.di.labeledvalue.LabeledIntTreeMap
base, mainInt2SetMap
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.LabeledIntTreeMap
alreadyRepresents, clear, entrySet, get, getMaxValue, getMinValue, getMinValueSubsumedBy, keySet, newInstance, newInstance, newInstance, newInstance, put, remove, unmodifiable, values
Methods inherited from class it.univr.di.labeledvalue.AbstractLabeledIntMap
entryAsString, entryAsString, equals, hashCode, isEmpty, parse, parse, size, 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, size, unmodifiable, values
Methods inherited from interface it.univr.di.labeledvalue.LabeledIntMap.LabeledIntMapView
clear, put, putAll, remove
-
Constructor Details
-
LabeledIntTreeMapView
- Parameters:
inputMap
- input
-
-
Method Details
-
putForcibly
Object Read-only. It does nothing.- Specified by:
putForcibly
in interfaceLabeledIntMap
- Overrides:
putForcibly
in classLabeledIntTreeMap
- Parameters:
l
- aLabel
object.i
- the new value. If it is Constants#INT_NULL, the method does nothing.
-