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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddWithSingleValue(TurCmsTargetAttrValue targetAttrValue) <T> voidaddWithSingleValue(String attributeName, T value, boolean override) voidmerge(TurCmsTargetAttrValueMap fromMap) static TurCmsTargetAttrValueMapsingleItem(TurCmsTargetAttrValue turCmsTargetAttrValue) static TurCmsTargetAttrValueMapsingleItem(TurCmsTargetAttr turCmsTargetAttr, boolean override) static TurCmsTargetAttrValueMapsingleItem(String attributeName, TurMultiValue turMultiValue) static <T> TurCmsTargetAttrValueMapsingleItem(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, valuesMethods 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)
-