|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectjava.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.TreeSet<String>
cn.dreampie.common.entity.CaseInsensitiveSet
public class CaseInsensitiveSet
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.
| 构造方法摘要 | |
|---|---|
CaseInsensitiveSet()
|
|
| 方法摘要 |
|---|
| 从类 java.util.TreeSet 继承的方法 |
|---|
add, addAll, ceiling, clear, clone, comparator, contains, descendingIterator, descendingSet, first, floor, headSet, headSet, higher, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, size, subSet, subSet, tailSet, tailSet |
| 从类 java.util.AbstractSet 继承的方法 |
|---|
equals, hashCode, removeAll |
| 从类 java.util.AbstractCollection 继承的方法 |
|---|
containsAll, retainAll, toArray, toArray, toString |
| 从类 java.lang.Object 继承的方法 |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| 从接口 java.util.Set 继承的方法 |
|---|
containsAll, equals, hashCode, removeAll, retainAll, toArray, toArray |
| 构造方法详细信息 |
|---|
public CaseInsensitiveSet()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||