JavaScript is disabled on your browser.
Skip navigation links
GWT 2.12.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH
Uses of Class
com.google.gwt.json.client.JSONArray
Packages that use
JSONArray
Package
Description
com.google.gwt.json.client
Classes for parsing and creating JSON encoded values.
Uses of
JSONArray
in
com.google.gwt.json.client
Methods in
com.google.gwt.json.client
that return
JSONArray
Modifier and Type
Method
Description
JSONArray
JSONArray.
isArray
()
Returns
this
, as this is a JSONArray.
JSONArray
JSONValue.
isArray
()
Returns a non-null reference if this JSONValue is really a JSONArray.