|
ArcGIS Server Geoportal extension 10
|
||||||||
| 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.HashMap<K,V>
java.util.LinkedHashMap<String,T>
com.esri.gpt.framework.collection.CaseInsensitiveMap<StringAttribute>
com.esri.gpt.framework.collection.StringAttributeMap
public class StringAttributeMap
Maintains an ordered map of StringAttribute objects with case insensitive map keys.
| Constructor Summary | |
|---|---|
StringAttributeMap()
Default constructor. |
|
StringAttributeMap(boolean allowEmptyKey)
Construct with a flag indicating if an empty map key is allowed. |
|
| Method Summary | |
|---|---|
void |
add(StringAttribute member)
Adds a member to the collection. |
String |
getValue(String key)
Gets the value associated with a key. |
StringAttribute |
set(String key,
String value)
Instantiates a new StringAttribute with the supplied key and value and puts it into the collection. |
| Methods inherited from class com.esri.gpt.framework.collection.CaseInsensitiveMap |
|---|
containsKey, get, getAllowEmptyKey, put, toString |
| Methods inherited from class java.util.LinkedHashMap |
|---|
clear, containsValue, removeEldestEntry |
| Methods inherited from class java.util.HashMap |
|---|
clone, entrySet, isEmpty, keySet, putAll, remove, size, values |
| Methods inherited from class java.util.AbstractMap |
|---|
equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.util.Map |
|---|
entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values |
| Constructor Detail |
|---|
public StringAttributeMap()
public StringAttributeMap(boolean allowEmptyKey)
allowEmptyKey - true if an empty key is allowed| Method Detail |
|---|
public void add(StringAttribute member)
member - the member to addpublic String getValue(String key)
key - the subject key
public StringAttribute set(String key,
String value)
key - the keyvalue - the value
|
ArcGIS Server Geoportal extension 10
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||