public interface MultiValueMap<K,V> extends Map<K,V>
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsValue(Object key,
Object value) |
List<V> |
getList(Object key) |
Set<Map.Entry<K,List<V>>> |
multiEntrySet() |
Collection<List<V>> |
valuesList() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2016 jetbrick. All rights reserved.