|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.AbstractMap<K,V>
java.util.TreeMap
com.partnersoft.v3x.io.CaseInsensitiveTreeMap
public class CaseInsensitiveTreeMap
A TreeMap whose keys are strings and that is case-insensitive.
| Constructor Summary | |
|---|---|
CaseInsensitiveTreeMap()
|
|
CaseInsensitiveTreeMap(java.util.Map notherMap)
|
|
| Method Summary | |
|---|---|
CaseInsensitiveTreeMap |
copy()
|
static java.util.Map |
ensureInsensitive(java.util.Map original)
|
| Methods inherited from class java.util.TreeMap |
|---|
clear, clone, comparator, containsKey, containsValue, entrySet, firstKey, get, headMap, keySet, lastKey, put, putAll, remove, size, subMap, tailMap, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode, isEmpty, toString |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
equals, hashCode, isEmpty |
| Constructor Detail |
|---|
public CaseInsensitiveTreeMap()
public CaseInsensitiveTreeMap(java.util.Map notherMap)
| Method Detail |
|---|
public static java.util.Map ensureInsensitive(java.util.Map original)
public CaseInsensitiveTreeMap copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||