eu.emi.emir.client.util
Class ExtentedMultiValuedMapImpl

java.lang.Object
  extended by java.util.AbstractMap<K,V>
      extended by java.util.HashMap<String,List<String>>
          extended by com.sun.jersey.core.util.MultivaluedMapImpl
              extended by eu.emi.emir.client.util.ExtentedMultiValuedMapImpl
All Implemented Interfaces:
ExtentendedMultiValuedMap<String,String>, Serializable, Cloneable, Map<String,List<String>>, javax.ws.rs.core.MultivaluedMap<String,String>

public class ExtentedMultiValuedMapImpl
extends com.sun.jersey.core.util.MultivaluedMapImpl
implements ExtentendedMultiValuedMap<String,String>

Author:
a.memon
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
ExtentedMultiValuedMapImpl()
           
 
Method Summary
 Map<String,String> getMap()
           
 void putAllMap(Map<String,String> map)
          key / single-value pairs to initialise the multivalued map
 
Methods inherited from class com.sun.jersey.core.util.MultivaluedMapImpl
add, add, addFirst, get, getFirst, getFirst, getFirst, putSingle, putSingle
 
Methods inherited from class java.util.HashMap
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode, toString
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.ws.rs.core.MultivaluedMap
add, getFirst, putSingle
 
Methods inherited from interface java.util.Map
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values
 

Constructor Detail

ExtentedMultiValuedMapImpl

public ExtentedMultiValuedMapImpl()
Method Detail

putAllMap

public void putAllMap(Map<String,String> map)
Description copied from interface: ExtentendedMultiValuedMap
key / single-value pairs to initialise the multivalued map

Specified by:
putAllMap in interface ExtentendedMultiValuedMap<String,String>

getMap

public Map<String,String> getMap()
Specified by:
getMap in interface ExtentendedMultiValuedMap<String,String>
Returns:
key / single-value pairs


Copyright © 2013 EMI. All Rights Reserved.