Class TurCmsTargetAttrValueMap
- All Implemented Interfaces:
Serializable
,Cloneable
,Map<String,
TurMultiValue>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addWithSingleValue
(TurCmsTargetAttrValue targetAttrValue) <T> void
addWithSingleValue
(String attributeName, T value, boolean override) void
merge
(TurCmsTargetAttrValueMap fromMap) static TurCmsTargetAttrValueMap
singleItem
(TurCmsTargetAttrValue turCmsTargetAttrValue) static TurCmsTargetAttrValueMap
singleItem
(TurCmsTargetAttr turCmsTargetAttr, boolean override) static TurCmsTargetAttrValueMap
singleItem
(String attributeName, TurMultiValue turMultiValue) static <T> TurCmsTargetAttrValueMap
singleItem
(String attributeName, T value, boolean override) Methods inherited from class HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Methods inherited from class AbstractMap
equals, hashCode, toString
-
Constructor Details
-
TurCmsTargetAttrValueMap
public TurCmsTargetAttrValueMap()
-
-
Method Details
-
addWithSingleValue
-
addWithSingleValue
-
merge
-
singleItem
-
singleItem
public static <T> TurCmsTargetAttrValueMap singleItem(String attributeName, T value, boolean override) -
singleItem
public static TurCmsTargetAttrValueMap singleItem(String attributeName, TurMultiValue turMultiValue) -
singleItem
public static TurCmsTargetAttrValueMap singleItem(TurCmsTargetAttr turCmsTargetAttr, boolean override)
-