public class CaseInsensitiveMap<V> extends MultivaluedTreeMap<String,V>
Modifier and Type | Field and Description |
---|---|
static Comparator<String> |
CASE_INSENSITIVE_ORDER |
Constructor and Description |
---|
CaseInsensitiveMap() |
add, addAll, addAll, addAll, addFirst, clear, clone, clone, containsKey, containsValue, copy, entrySet, equals, equalsIgnoreValueOrder, get, getFirst, hashCode, isEmpty, keySet, put, putAll, putSingle, remove, size, toString, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
public static final Comparator<String> CASE_INSENSITIVE_ORDER
Copyright © 2019 JBoss by Red Hat. All rights reserved.