public class CaseInsensitiveTreeMap<V>
extends java.util.TreeMap<java.lang.String,V>
Constructor and Description |
---|
CaseInsensitiveTreeMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
containsKey(java.lang.Object objKey) |
V |
get(java.lang.Object objKey) |
V |
put(java.lang.String strKey,
V v) |
V |
remove(java.lang.Object objKey) |
ceilingEntry, ceilingKey, clear, clone, comparator, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, forEach, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, putAll, replace, replace, replaceAll, size, subMap, subMap, tailMap, tailMap, values