|
|||||||||
| 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
org.jcon.data.NameMap
public class NameMap
A TreeMap whose keys are strings and that is case-insensitive.
| Constructor Summary | |
|---|---|
NameMap()
|
|
NameMap(java.util.Map notherMap)
|
|
| Method Summary | |
|---|---|
NameMap |
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 NameMap()
public NameMap(java.util.Map notherMap)
| Method Detail |
|---|
public static java.util.Map ensureInsensitive(java.util.Map original)
public NameMap copy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||