|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.TreeMap<String,V>
cn.dreampie.common.entity.CaseInsensitiveMap<V>
public class CaseInsensitiveMap<V>
A case insensitive map for java.lang.String keys. The current implementation is based on
TreeMap, so it does not accept null keys and keeps entries ordered by case
insensitive alphabetical order of keys.
| 嵌套类摘要 |
|---|
| 从类 java.util.AbstractMap 继承的嵌套类/接口 |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| 构造方法摘要 | |
|---|---|
CaseInsensitiveMap()
|
|
| 方法摘要 |
|---|
| 从类 java.util.TreeMap 继承的方法 |
|---|
ceilingEntry, ceilingKey, clear, clone, comparator, containsKey, containsValue, descendingKeySet, descendingMap, entrySet, firstEntry, firstKey, floorEntry, floorKey, get, headMap, headMap, higherEntry, higherKey, keySet, lastEntry, lastKey, lowerEntry, lowerKey, navigableKeySet, pollFirstEntry, pollLastEntry, put, putAll, remove, size, subMap, subMap, tailMap, tailMap, values |
| 从类 java.util.AbstractMap 继承的方法 |
|---|
equals, hashCode, isEmpty, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 从接口 java.util.Map 继承的方法 |
|---|
equals, hashCode, isEmpty |
| 构造方法详细信息 |
|---|
public CaseInsensitiveMap()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||