Interface MultivaluedMap<K,V>

Type Parameters:
K - the type of keys maintained by this map
V - the type of mapped values
All Superinterfaces:
Map<K,List<V>>
All Known Implementing Classes:
AbstractMultivaluedMap, MultivaluedHashMap

public interface MultivaluedMap<K,V> extends Map<K,List<V>>
A map of key-values pairs. Each key can have zero or more values.
Since:
1.0