public class MultiValueMapImpl<V> extends Object implements MultiValueMap<String,V>, Cloneable
Constructor and Description |
---|
MultiValueMapImpl() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set |
entrySet() |
List<V> |
get(Object key) |
HashMap<String,ArrayList<V>> |
getMap() |
boolean |
isEmpty() |
Set<String> |
keySet() |
List<V> |
put(String key,
List<V> value) |
List<V> |
put(String key,
V value) |
void |
putAll(Map<? extends String,? extends List<V>> mapToPut) |
List<V> |
remove(Object key) |
Object |
remove(String key,
V item) |
int |
size() |
Collection |
values() |
public boolean containsValue(Object value)
containsValue
in interface Map<String,List<V>>
public boolean containsKey(Object key)
containsKey
in interface Map<String,List<V>>
public Object remove(String key, V item)
remove
in interface MultiValueMap<String,V>
Copyright © 2016. All Rights Reserved.