org.opennms.web.rest
Class MultivaluedMapImpl
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,List<String>>
org.opennms.web.rest.MultivaluedMapImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,List<String>>, javax.ws.rs.core.MultivaluedMap<String,String>
public class MultivaluedMapImpl
- extends HashMap<String,List<String>>
- implements javax.ws.rs.core.MultivaluedMap<String,String>
- See Also:
- Serialized Form
| Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
| Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
MultivaluedMapImpl
public MultivaluedMapImpl()
add
public void add(String key,
String value)
- Specified by:
add in interface javax.ws.rs.core.MultivaluedMap<String,String>
getFirst
public String getFirst(String key)
- Specified by:
getFirst in interface javax.ws.rs.core.MultivaluedMap<String,String>
putSingle
public void putSingle(String key,
String value)
- Specified by:
putSingle in interface javax.ws.rs.core.MultivaluedMap<String,String>
put
public void put(String key,
String... values)
Copyright © 2009. All Rights Reserved.