|
||||||||||
| 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,Object>
com.jdroid.java.json.JsonMap
public class JsonMap
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.util.AbstractMap |
|---|
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V> |
| Constructor Summary | |
|---|---|
JsonMap()
|
|
JsonMap(MarshallerMode mode)
|
|
JsonMap(MarshallerMode mode,
Map<String,String> extras)
|
|
| Method Summary | |
|---|---|
Object |
put(String key,
Object value)
|
Object |
put(String key,
Object value,
MarshallerMode mode)
|
String |
toString()
|
| Methods inherited from class java.util.LinkedHashMap |
|---|
clear, containsValue, get, removeEldestEntry |
| Methods inherited from class java.util.HashMap |
|---|
clone, containsKey, 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 |
|---|
containsKey, entrySet, equals, hashCode, isEmpty, keySet, putAll, remove, size, values |
| Constructor Detail |
|---|
public JsonMap()
public JsonMap(MarshallerMode mode)
public JsonMap(MarshallerMode mode,
Map<String,String> extras)
| Method Detail |
|---|
public Object put(String key,
Object value,
MarshallerMode mode)
public Object put(String key,
Object value)
put in interface Map<String,Object>put in class HashMap<String,Object>HashMap.put(java.lang.Object, java.lang.Object)public String toString()
toString in class AbstractMap<String,Object>AbstractMap.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||