Package com.appiancorp.suiteapi.common
Class SimpleValueMap
java.lang.Object
com.appiancorp.suiteapi.common.SimpleValueMap
- All Implemented Interfaces:
Serializable
,Map
- See Also:
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
boolean
containsKey
(Object key_) boolean
containsValue
(Object value_) entrySet()
boolean
isEmpty()
keySet()
void
int
size()
values()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
SimpleValueMap
public SimpleValueMap()
-
-
Method Details
-
put
-
get
-
keySet
-
size
public int size() -
clear
public void clear() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap
-
containsValue
- Specified by:
containsValue
in interfaceMap
-
values
-
putAll
-
entrySet
-
remove
-