public class MultiValueMapArrayList<K,V> extends Object implements MultiValueMap<K,V>
| Constructor and Description |
|---|
MultiValueMapArrayList() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(K key) |
boolean |
containsValue(V value) |
boolean |
equals(Object obj) |
Collection<V> |
get(K key) |
int |
hashCode() |
boolean |
isEmpty() |
Set<K> |
keySet() |
Collection<V> |
put(K key,
V value) |
Collection<V> |
remove(K key) |
int |
size() |
String |
toString() |
Collection<V> |
values() |
public Collection<V> put(K key, V value)
put in interface MultiValueMap<K,V>public Collection<V> get(K key)
get in interface MultiValueMap<K,V>public int size()
size in interface MultiValueMap<K,V>public boolean isEmpty()
isEmpty in interface MultiValueMap<K,V>public boolean containsKey(K key)
containsKey in interface MultiValueMap<K,V>public boolean containsValue(V value)
containsValue in interface MultiValueMap<K,V>public Collection<V> remove(K key)
remove in interface MultiValueMap<K,V>public void clear()
clear in interface MultiValueMap<K,V>public Collection<V> values()
values in interface MultiValueMap<K,V>Copyright © 2014. All rights reserved.