Package ee.jakarta.tck.ws.rs.common.impl
Class SinglevaluedMap<K,V>
java.lang.Object
ee.jakarta.tck.ws.rs.common.impl.SinglevaluedMap<K,V>
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
void
void
clear()
boolean
containsKey
(Object key) boolean
containsValue
(Object value) entrySet()
boolean
equalsIgnoreValueOrder
(jakarta.ws.rs.core.MultivaluedMap<K, V> arg0) boolean
isEmpty()
keySet()
void
void
int
size()
Collection<List<V>>
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
-
SinglevaluedMap
public SinglevaluedMap()
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsKey
- Specified by:
containsKey
in interfaceMap<K,
V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,
V>
-
get
-
put
-
remove
-
putAll
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
add
-
getFirst
-
putSingle
-
addAll
-
addAll
-
addFirst
-
equalsIgnoreValueOrder
-