|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.AbstractMap
org.richfaces.json.JSONMap
public class JSONMap
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.util.AbstractMap |
---|
java.util.AbstractMap.SimpleEntry<K,V>, java.util.AbstractMap.SimpleImmutableEntry<K,V> |
Nested classes/interfaces inherited from interface java.util.Map |
---|
java.util.Map.Entry<K,V> |
Constructor Summary | |
---|---|
JSONMap()
|
|
JSONMap(JSONObject object)
|
|
JSONMap(java.lang.String jsonString)
|
Method Summary | |
---|---|
java.util.Set |
entrySet()
|
java.lang.String |
getString()
|
java.lang.String |
getString(int indentFactor)
|
Methods inherited from class java.util.AbstractMap |
---|
clear, clone, containsKey, containsValue, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public JSONMap() throws JSONException
JSONException
public JSONMap(java.lang.String jsonString) throws JSONException
JSONException
public JSONMap(JSONObject object)
Method Detail |
---|
public java.util.Set entrySet()
entrySet
in interface java.util.Map
entrySet
in class java.util.AbstractMap
public java.lang.String getString() throws JSONException
JSONException
public java.lang.String getString(int indentFactor) throws JSONException
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |