|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
java.util.HashMap
flashgateway.io.ASObject
Implementation of MM's flashgateway.io.ASObject so that we can use ASTranslator
Constructor Summary | |
ASObject()
|
|
ASObject(java.lang.String type)
Creates ASObject with type |
Method Summary | |
boolean |
containsKey(java.lang.Object key)
Returns true if this map contains a mapping for the specified key. |
java.lang.Object |
get(java.lang.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. |
java.lang.String |
getType()
Gets object type |
java.lang.Object |
instantiate()
|
java.lang.Object |
put(java.lang.Object key,
java.lang.Object value)
Associates the specified value with the specified key in this map. |
java.lang.Object |
remove(java.lang.Object key)
Removes the mapping for this key from this map if present. |
void |
setType(java.lang.String type)
Sets object type |
java.lang.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(java.lang.String type)
type
- Method Detail |
public java.lang.String getType()
public void setType(java.lang.String type)
type
- getType()
public boolean containsKey(java.lang.Object key)
key
- The key whose presence in this map is to be tested
public java.lang.Object get(java.lang.Object key)
key
- the key whose associated value is to be returned.
put(Object, Object)
public java.lang.Object put(java.lang.Object key, java.lang.Object value)
key
- key with which the specified value is to be associated.value
- value to be associated with the specified key.
public java.lang.Object remove(java.lang.Object key)
key
- key whose mapping is to be removed from the map.
public java.lang.Object instantiate()
setType(String)
,
getType()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |