Package com.xebialabs.deployit.core
Class MapStringStringView
java.lang.Object
com.xebialabs.deployit.core.MapStringStringView
- All Implemented Interfaces:
Serializable,Map<String,String>
- See Also:
-
Nested Class Summary
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) static MapStringStringViewencrypt()Return an encrypted view of all the values of the map.entrySet()booleanstatic MapStringStringViewgetWrappedValue(Object key) inthashCode()booleanisEmpty()keySet()put(String key, StringValue value) voidintsize()protected static ObjecttoString()values()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
STRING_STRING_VALUE_FUNCTION
-
-
Constructor Details
-
MapStringStringView
public MapStringStringView() -
MapStringStringView
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKeyin interfaceMap<String,String>
-
containsValue
- Specified by:
containsValuein interfaceMap<String,String>
-
get
-
getWrappedValue
-
put
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
getWrapped
-
hashCode
public int hashCode() -
equals
-
toString
-
stringToStringValue
-
from
-
copy
-
encrypt
Return an encrypted view of all the values of the map.- Returns:
- an encrypted view
-