public class StringKeyObjectValueIgnoreCaseMultivaluedMap extends StringKeyIgnoreCaseMultivaluedMap<java.lang.Object>
MultivaluedMap where keys are instances of
String and are compared ignoring case and values are instances of Object.| Constructor and Description |
|---|
StringKeyObjectValueIgnoreCaseMultivaluedMap() |
StringKeyObjectValueIgnoreCaseMultivaluedMap(StringKeyObjectValueIgnoreCaseMultivaluedMap that) |
| Modifier and Type | Method and Description |
|---|---|
<A> java.util.List<A> |
get(java.lang.String key,
java.lang.Class<A> type) |
<A> A |
getFirst(java.lang.String key,
A defaultValue) |
<A> A |
getFirst(java.lang.String key,
java.lang.Class<A> type) |
add, getFirst, getList, putSingleclear, containsValue, get, removeEldestEntryclone, containsKey, entrySet, getDEFAULT_INITIAL_CAPACITY, getModCount, isEmpty, put, putAll, remove, sizepublic StringKeyObjectValueIgnoreCaseMultivaluedMap()
public StringKeyObjectValueIgnoreCaseMultivaluedMap(StringKeyObjectValueIgnoreCaseMultivaluedMap that)
Copyright © 2016 Oracle Corporation. All Rights Reserved.