public class MultivaluedMapImpl extends HashMap<String,List<String>> implements javax.ws.rs.core.MultivaluedMap<String,String>
MultivaluedMapImpl class.
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Constructor and Description |
---|
MultivaluedMapImpl() |
MultivaluedMapImpl(String[][] keyValuePairs)
This constructor can be used as a convenience method to create populated
MultivaluedMapImpl instances. |
Modifier and Type | Method and Description |
---|---|
void |
add(String key,
String value)
add
|
String |
getFirst(String key)
getFirst
|
void |
put(String key,
String... values)
put
|
void |
putSingle(String key,
String value)
putSingle
|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
equals, hashCode, toString
public MultivaluedMapImpl()
public MultivaluedMapImpl(String[][] keyValuePairs)
MultivaluedMapImpl
instances.Copyright © 2017. All rights reserved.