Class LabeledIntSimpleMap.LabeledIntNotMinMapView
java.lang.Object
it.univr.di.labeledvalue.AbstractLabeledIntMap
it.univr.di.labeledvalue.LabeledIntSimpleMap
it.univr.di.labeledvalue.LabeledIntSimpleMap.LabeledIntNotMinMapView
- All Implemented Interfaces:
LabeledIntMap, LabeledIntMap.LabeledIntMapView, Serializable
- Enclosing class:
LabeledIntSimpleMap
@Deprecated
public static class LabeledIntSimpleMap.LabeledIntNotMinMapView
extends LabeledIntSimpleMap
implements LabeledIntMap.LabeledIntMapView
Deprecated.
A read-only view of an object
- Version:
- $Rev: 993 $
- Author:
- posenato
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class LabeledIntSimpleMap
LabeledIntSimpleMap.LabeledIntNotMinMapViewModifier and TypeClassDescriptionstatic classDeprecated.Nested classes/interfaces inherited from interface LabeledIntMap
LabeledIntMap.LabeledIntMapViewModifier and TypeInterfaceDescriptionstatic interfaceA read-only view of an object -
Field Summary
Fields inherited from class LabeledIntSimpleMap
mainMap, updateCountFields inherited from class AbstractLabeledIntMap
count, labeledValueRE, labeledValueSetREPattern, optimize, splitterEntryPattern, splitterPair, valueRE, valueREPatternModifier and TypeFieldDescription(package private) intThe number of elements in the map(package private) static final StringA labeled value as a regular expression.(package private) static final PatternMatcher for a set of labeled values.(package private) booleanOptimize.(package private) static final PatternPattern for splitting a set of labeled values.(package private) static final Pattern(package private) static final StringAdmissible values as a regular expression.(package private) static final PatternPattern of valueREStringFields inherited from interface LabeledIntMap
entryComparatorModifier and TypeFieldDescriptionstatic final Comparator<it.unimi.dsi.fastutil.objects.Object2IntMap.Entry<Label>> A natural comparator for Entry<Label>. -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class LabeledIntSimpleMap
alreadyRepresents, clear, entrySet, get, keySet, newInstance, newInstance, newInstance, newInstance, put, putForcibly, remove, size, unmodifiable, valuesModifier and TypeMethodDescriptionfinal booleanalreadyRepresents(Label newLabel, int newValue) Deprecated.voidclear()Deprecated.Remove all entries from the map.it.unimi.dsi.fastutil.objects.ObjectSet<it.unimi.dsi.fastutil.objects.Object2IntMap.Entry<Label>> entrySet()Deprecated.The set of all map entries.intDeprecated.it.unimi.dsi.fastutil.objects.ObjectSet<Label> keySet()Deprecated.A copy of all labels in the map.final LabeledIntSimpleMapDeprecated.FactorynewInstance(boolean optimize) Deprecated.Factoryfinal LabeledIntSimpleMapnewInstance(LabeledIntMap lim) Deprecated.FactorynewInstance(LabeledIntMap lim, boolean optimize) Deprecated.Factoryfinal booleanDeprecated.Put a label with valueiif labellis not null and there is no labeled value in the set with labell, or it is present but with a value higher thanl.voidputForcibly(Label l, int i) Deprecated.Put the labeled value without any control.intDeprecated.Remove the labellfrom the map.intsize()Deprecated.Deprecated.it.unimi.dsi.fastutil.ints.IntSetvalues()Deprecated.Methods inherited from class AbstractLabeledIntMap
entryAsString, entryAsString, equals, hashCode, isEmpty, parse, parse, toStringModifier and TypeMethodDescription(package private) static StringentryAsString(it.unimi.dsi.fastutil.objects.Object2IntMap.Entry<Label> entry) static StringentryAsString(Label label, int value) final booleanfinal inthashCode()booleanisEmpty()static LabeledIntMapstatic LabeledIntMapparse(String inputMap, Class<? extends LabeledIntMap> labeledIntMapClass) Parse a string representing a LabeledValueTreeMap and return an object containing the labeled values represented by the string.final StringtoString()Methods inherited from interface LabeledIntMap
getMaxValue, getMaxValueSubsumedBy, getMinLabeledValue, getMinValue, getMinValueAmongLabelsWOUnknown, getMinValueConsistentWith, getMinValueSubsumedByModifier and TypeMethodDescriptiondefault intdefault intReturns the value associated with thelif it exists, otherwise the maximal value among all labels consistent withl.default it.unimi.dsi.fastutil.objects.Object2IntMap.Entry<Label> default intdefault intdefault intReturns the value associated with thelif it exists, otherwise the minimal value among all labels consistent withl.default intReturns the minimal value among those associated with labels subsumed bylif it exists,Constants.INT_NULLotherwise.Methods inherited from interface LabeledIntMap.LabeledIntMapView
clear, put, putAll, removeModifier and TypeMethodDescriptiondefault voidclear()Remove all entries from the map.default booleanObject Read-only.default voidputAll(LabeledIntMap inputMap) Put all elements of `inputMap` into the current one without making a defensive copy.default intRemove the labellfrom the map.
-
Constructor Details
-
LabeledIntNotMinMapView
Deprecated.- Parameters:
inputMap- nope
-