public interface MultiValueMap<K,V> extends Map<K,List<V>>
Modifier and Type | Method and Description |
---|---|
void |
add(K var1,
V var2) |
V |
getFirst(K var1) |
void |
set(K var1,
V var2) |
void |
setAll(Map<K,V> var1) |
Map<K,V> |
toSingleValueMap() |
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Copyright © 2020. All rights reserved.