eu.emi.emir.client.util
Interface ExtentendedMultiValuedMap<K,V>

All Superinterfaces:
Map<K,List<V>>, javax.ws.rs.core.MultivaluedMap<K,V>
All Known Implementing Classes:
ExtentedMultiValuedMapImpl

public interface ExtentendedMultiValuedMap<K,V>
extends javax.ws.rs.core.MultivaluedMap<K,V>

Author:
a.memon

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Method Summary
 Map<K,V> getMap()
           
 void putAllMap(Map<K,V> map)
          key / single-value pairs to initialise the multivalued map
 
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
 

Method Detail

putAllMap

void putAllMap(Map<K,V> map)
key / single-value pairs to initialise the multivalued map

Parameters:
map -

getMap

Map<K,V> getMap()
Returns:
key / single-value pairs


Copyright © 2013 EMI. All Rights Reserved.