|
||||||||||
| 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<String,Object>
flex.messaging.io.ASObject
public class ASObject
Implementation of MM's flashgateway.io.ASObject so that we can use ASTranslator
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
ASObject()
|
|
ASObject(String type)
Creates ASObject with type |
|
| Method Summary | |
|---|---|
boolean |
containsKey(Object key)
Returns true if this map contains a mapping for the specified key. |
Object |
get(Object key)
Returns the value to which the specified key is mapped in this identity hash map, or null if the map contains no mapping for this key. |
String |
getType()
Gets object type |
Object |
instantiate()
|
Object |
put(String key,
Object value)
Associates the specified value with the specified key in this map. |
Object |
remove(Object key)
Removes the mapping for this key from this map if present. |
void |
setType(String type)
Sets object type |
String |
toString()
|
| Methods inherited from class java.util.HashMap |
|---|
clear, clone, containsValue, entrySet, isEmpty, keySet, putAll, 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 |
|---|
equals, hashCode |
| Constructor Detail |
|---|
public ASObject()
public ASObject(String type)
type - | Method Detail |
|---|
public String getType()
public void setType(String type)
type - getType()public boolean containsKey(Object key)
containsKey in interface Map<String,Object>containsKey in class HashMap<String,Object>key - The key whose presence in this map is to be tested
public Object get(Object key)
get in interface Map<String,Object>get in class HashMap<String,Object>key - the key whose associated value is to be returned.
HashMap.put(Object, Object)
public Object put(String key,
Object value)
put in interface Map<String,Object>put in class HashMap<String,Object>key - key with which the specified value is to be associated.value - value to be associated with the specified key.
public Object remove(Object key)
remove in interface Map<String,Object>remove in class HashMap<String,Object>key - key whose mapping is to be removed from the map.
public Object instantiate()
setType(String),
getType()public String toString()
toString in class AbstractMap<String,Object>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||