K - keyV - valuepublic interface ExtMultivaluedMap<K,V>
extends javax.ws.rs.core.MultivaluedMap<K,V>
MultivaluedMap that allows to get not null value (empty
list) even there is no mapping value to supplied key.getList(Object)| Modifier and Type | Method and Description |
|---|---|
List<V> |
getList(K key) |
add, addAll, addAll, addFirst, equalsIgnoreValueOrder, getFirst, putSingleclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesCopyright © 2012–2016 Codenvy, S.A.. All rights reserved.