K
- the type of keys maintained by this mapV
- the type of mapped values which can contain null
valuespublic class NullableMultivaluedHashMap<K,V>
extends javax.ws.rs.core.MultivaluedHashMap<K,V>
MultivaluedMap
where values can be null
.Constructor and Description |
---|
NullableMultivaluedHashMap() |
NullableMultivaluedHashMap(int initialCapacity) |
NullableMultivaluedHashMap(int initialCapacity,
float loadFactor) |
NullableMultivaluedHashMap(javax.ws.rs.core.MultivaluedMap<? extends K,? extends V> map) |
Modifier and Type | Method and Description |
---|---|
protected void |
addFirstNull(java.util.List<V> values) |
protected void |
addNull(java.util.List<V> values) |
add, addAll, addAll, addFirst, clear, containsKey, containsValue, entrySet, equals, equalsIgnoreValueOrder, get, getFirst, getValues, hashCode, isEmpty, keySet, put, putAll, putSingle, remove, size, toString, values