<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 03 15:35:44 CET 2013 -->
<title>JsonValue (libgdx API)
</title>
<meta name="date" content="2013-11-03">
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
</head>
<body>
<script type="text/javascript"><!--
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="JsonValue (libgdx API)";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.
</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar_top">
<!-- -->
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview
</a></li>
<li><a href="package-summary.html">Package
</a></li>
<li class="navBarCell1Rev">Class
</li>
<li><a href="class-use/JsonValue.html">Use
</a></li>
<li><a href="package-tree.html">Tree
</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated
</a></li>
<li><a href="../../../../index-all.html">Index
</a></li>
<li><a href="../../../../help-doc.html">Help
</a></li>
</ul>
<div class="aboutLanguage"><em>
libgdx API
<style>
body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%; font-weight:bold }
.TableHeadingColor { background:#EEEEFF; }
a { text-decoration:none }
a:hover { text-decoration:underline }
a:link, a:visited { color:blue }
table { border:0px }
.TableRowColor td:first-child { border-left:1px solid black }
.TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
hr { border:0px; border-bottom:1px solid #333366; }
</style>
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/badlogic/gdx/utils/JsonReader.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class
</span></a></li>
<li><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html" title="class in com.badlogic.gdx.utils"><span class="strong">Next Class
</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/badlogic/gdx/utils/JsonValue.html" target="_top">Frames
</a></li>
<li><a href="JsonValue.html" target="_top">No Frames
</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="../../../../allclasses-noframe.html">All Classes
</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:
</li>
<li><a href="#nested_class_summary">Nested
</a> |
</li>
<li><a href="#field_summary">Field
</a> |
</li>
<li><a href="#constructor_summary">Constr
</a> |
</li>
<li><a href="#method_summary">Method
</a></li>
</ul>
<ul class="subNavList">
<li>Detail:
</li>
<li><a href="#field_detail">Field
</a> |
</li>
<li><a href="#constructor_detail">Constr
</a> |
</li>
<li><a href="#method_detail">Method
</a></li>
</ul>
</div>
<a name="skip-navbar_top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<!-- ======== START OF CLASS DATA ======== -->
<div class="header">
<div class="subTitle">com.badlogic.gdx.utils
</div>
<h2 title="Class JsonValue" class="title">Class JsonValue
</h2>
</div>
<div class="contentContainer">
<ul class="inheritance">
<li>java.lang.Object
</li>
<li>
<ul class="inheritance">
<li>com.badlogic.gdx.utils.JsonValue
</li>
</ul>
</li>
</ul>
<div class="description">
<ul class="blockList">
<li class="blockList">
<dl>
<dt>All Implemented Interfaces:
</dt>
<dd>java.lang.Iterable
<<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a>></dd>
</dl>
<hr>
<br>
<pre>public class
<span class="strong">JsonValue
</span>
extends java.lang.Object
implements java.lang.Iterable
<<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a>></pre>
<div class="block">Container for a JSON object, array, string, double, long, boolean, or null.
<p>
JsonValue children are a linked list. Iteration of arrays or objects is easily done using a for loop, either with the enhanced
for loop syntactic sugar or like the example below. This is much more efficient than accessing children by index when there are
many children.
<br>
<pre>
JsonValue map = ...;
for (JsonValue entry = map.child(); entry != null; entry = entry.next())
System.out.println(entry.name() + " = " + entry.asString());
</pre></div>
<dl><dt><span class="strong">Author:
</span></dt>
<dd>Nathan Sweet
</dd></dl>
</li>
</ul>
</div>
<div class="summary">
<ul class="blockList">
<li class="blockList">
<!-- ======== NESTED CLASS SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="nested_class_summary">
<!-- -->
</a>
<h3>Nested Class Summary
</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
<caption><span>Nested Classes
</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type
</th>
<th class="colLast" scope="col">Class and Description
</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>class
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html" title="class in com.badlogic.gdx.utils">JsonValue.JsonIterator
</a></strong></code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>static class
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils">JsonValue.ValueType
</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- =========== FIELD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_summary">
<!-- -->
</a>
<h3>Field Summary
</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Field Summary table, listing fields, and an explanation">
<caption><span>Fields
</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type
</th>
<th class="colLast" scope="col">Field and Description
</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#child">child
</a></strong></code>
<div class="block">May be null.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#name">name
</a></strong></code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#next">next
</a></strong></code>
<div class="block">May be null.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#prev">prev
</a></strong></code>
<div class="block">May be null.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#size">size
</a></strong></code> </td>
</tr>
</table>
</li>
</ul>
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_summary">
<!-- -->
</a>
<h3>Constructor Summary
</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
<caption><span>Constructors
</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colOne" scope="col">Constructor and Description
</th>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#JsonValue(boolean)">JsonValue
</a></strong>(boolean
value)
</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#JsonValue(double)">JsonValue
</a></strong>(double
value)
</code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#JsonValue(com.badlogic.gdx.utils.JsonValue.ValueType)">JsonValue
</a></strong>(
<a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils">JsonValue.ValueType
</a> type)
</code> </td>
</tr>
<tr class="rowColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#JsonValue(long)">JsonValue
</a></strong>(long
value)
</code> </td>
</tr>
<tr class="altColor">
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#JsonValue(java.lang.String)">JsonValue
</a></strong>(java.lang.String
value)
</code> </td>
</tr>
</table>
</li>
</ul>
<!-- ========== METHOD SUMMARY =========== -->
<ul class="blockList">
<li class="blockList"><a name="method_summary">
<!-- -->
</a>
<h3>Method Summary
</h3>
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
<caption><span>Methods
</span><span class="tabEnd"> </span></caption>
<tr>
<th class="colFirst" scope="col">Modifier and Type
</th>
<th class="colLast" scope="col">Method and Description
</th>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#asBoolean()">asBoolean
</a></strong>()
</code>
<div class="block">Returns this value as a boolean.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#asDouble()">asDouble
</a></strong>()
</code>
<div class="block">Returns this value as a double.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#asFloat()">asFloat
</a></strong>()
</code>
<div class="block">Returns this value as a float.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#asInt()">asInt
</a></strong>()
</code>
<div class="block">Returns this value as an int.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#asLong()">asLong
</a></strong>()
</code>
<div class="block">Returns this value as a long.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#asString()">asString
</a></strong>()
</code>
<div class="block">Returns this value as a string.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#child()">child
</a></strong>()
</code>
<div class="block">Returns the first child for this object or array.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#get(int)">get
</a></strong>(int
index)
</code>
<div class="block">Returns the child at the specified index.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#get(java.lang.String)">get
</a></strong>(java.lang.String
name)
</code>
<div class="block">Returns the child with the specified name.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getBoolean(int)">getBoolean
</a></strong>(int
index)
</code>
<div class="block">Finds the child with the specified index and returns it as a boolean.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getBoolean(java.lang.String)">getBoolean
</a></strong>(java.lang.String
name)
</code>
<div class="block">Finds the child with the specified name and returns it as a boolean.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getBoolean(java.lang.String, boolean)">getBoolean
</a></strong>(java.lang.String
name,
boolean
defaultValue)
</code>
<div class="block">Finds the child with the specified name and returns it as a boolean.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getChild(java.lang.String)">getChild
</a></strong>(java.lang.String
name)
</code>
<div class="block">Finds the child with the specified name and returns its first child.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getDouble(int)">getDouble
</a></strong>(int
index)
</code>
<div class="block">Finds the child with the specified index and returns it as a double.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>double
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getDouble(java.lang.String)">getDouble
</a></strong>(java.lang.String
name)
</code>
<div class="block">Finds the child with the specified name and returns it as a double.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>double
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getDouble(java.lang.String, double)">getDouble
</a></strong>(java.lang.String
name,
double
defaultValue)
</code>
<div class="block">Finds the child with the specified name and returns it as a double.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getFloat(int)">getFloat
</a></strong>(int
index)
</code>
<div class="block">Finds the child with the specified index and returns it as a float.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getFloat(java.lang.String)">getFloat
</a></strong>(java.lang.String
name)
</code>
<div class="block">Finds the child with the specified name and returns it as a float.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>float
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getFloat(java.lang.String, float)">getFloat
</a></strong>(java.lang.String
name,
float
defaultValue)
</code>
<div class="block">Finds the child with the specified name and returns it as a float.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getInt(int)">getInt
</a></strong>(int
index)
</code>
<div class="block">Finds the child with the specified index and returns it as an int.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>int
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getInt(java.lang.String)">getInt
</a></strong>(java.lang.String
name)
</code>
<div class="block">Finds the child with the specified name and returns it as an int.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getInt(java.lang.String, int)">getInt
</a></strong>(java.lang.String
name,
int
defaultValue)
</code>
<div class="block">Finds the child with the specified name and returns it as an int.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getLong(int)">getLong
</a></strong>(int
index)
</code>
<div class="block">Finds the child with the specified index and returns it as a long.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>long
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getLong(java.lang.String)">getLong
</a></strong>(java.lang.String
name)
</code>
<div class="block">Finds the child with the specified name and returns it as a long.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>long
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getLong(java.lang.String, long)">getLong
</a></strong>(java.lang.String
name,
long
defaultValue)
</code>
<div class="block">Finds the child with the specified name and returns it as a long.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getString(int)">getString
</a></strong>(int
index)
</code>
<div class="block">Finds the child with the specified index and returns it as a string.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getString(java.lang.String)">getString
</a></strong>(java.lang.String
name)
</code>
<div class="block">Finds the child with the specified name and returns it as a string.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#getString(java.lang.String, java.lang.String)">getString
</a></strong>(java.lang.String
name,
java.lang.String
defaultValue)
</code>
<div class="block">Finds the child with the specified name and returns it as a string.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#hasChild(java.lang.String)">hasChild
</a></strong>(java.lang.String
name)
</code>
<div class="block">Returns true if a child with the specified name exists and has a child.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isArray()">isArray
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isBoolean()">isBoolean
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isDouble()">isDouble
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isLong()">isLong
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isNull()">isNull
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isNumber()">isNumber
</a></strong>()
</code>
<div class="block">Returns true if this is a double or long value.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isObject()">isObject
</a></strong>()
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isString()">isString
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>boolean
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#isValue()">isValue
</a></strong>()
</code>
<div class="block">Returns true if this is not an array or object.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html" title="class in com.badlogic.gdx.utils">JsonValue.JsonIterator
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#iterator()">iterator
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#name()">name
</a></strong>()
</code>
<div class="block">Returns the name for this object value.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#next()">next
</a></strong>()
</code>
<div class="block">Returns the next sibling of this value.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>java.lang.String
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#prettyPrint(com.badlogic.gdx.utils.JsonWriter.OutputType, int)">prettyPrint
</a></strong>(
<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType
</a> outputType,
int
singleLineColumns)
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#prev()">prev
</a></strong>()
</code>
<div class="block">Returns the previous sibling of this value.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#remove(int)">remove
</a></strong>(int
index)
</code>
<div class="block">Removes the child with the specified name.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#remove(java.lang.String)">remove
</a></strong>(java.lang.String
name)
</code>
<div class="block">Removes the child with the specified name.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#require(int)">require
</a></strong>(int
index)
</code>
<div class="block">Returns the child at the specified index.
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#require(java.lang.String)">require
</a></strong>(java.lang.String
name)
</code>
<div class="block">Returns the child with the specified name.
</div>
</td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#set(boolean)">set
</a></strong>(boolean
value)
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#set(double)">set
</a></strong>(double
value)
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#set(long)">set
</a></strong>(long
value)
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#set(java.lang.String)">set
</a></strong>(java.lang.String
value)
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#setName(java.lang.String)">setName
</a></strong>(java.lang.String
name)
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#setNext(com.badlogic.gdx.utils.JsonValue)">setNext
</a></strong>(
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> next)
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#setPrev(com.badlogic.gdx.utils.JsonValue)">setPrev
</a></strong>(
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> prev)
</code> </td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>void
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#setType(com.badlogic.gdx.utils.JsonValue.ValueType)">setType
</a></strong>(
<a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils">JsonValue.ValueType
</a> type)
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code>int
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#size()">size
</a></strong>()
</code>
<div class="block"><strong>Deprecated.
</strong>
<div class="block"><i>Use the size property instead. Returns this number of children in the array or object.
</i></div>
</div>
</td>
</tr>
<tr class="altColor">
<td class="colFirst"><code>java.lang.String
</code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#toString()">toString
</a></strong>()
</code> </td>
</tr>
<tr class="rowColor">
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils">JsonValue.ValueType
</a></code></td>
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.html#type()">type
</a></strong>()
</code> </td>
</tr>
</table>
<ul class="blockList">
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
<!-- -->
</a>
<h3>Methods inherited from class
java.lang.Object
</h3>
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
</code></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
<div class="details">
<ul class="blockList">
<li class="blockList">
<!-- ============ FIELD DETAIL =========== -->
<ul class="blockList">
<li class="blockList"><a name="field_detail">
<!-- -->
</a>
<h3>Field Detail
</h3>
<a name="name">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>name
</h4>
<pre>public
java.lang.String name
</pre>
</li>
</ul>
<a name="child">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>child
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> child
</pre>
<div class="block">May be null.
</div>
</li>
</ul>
<a name="next">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>next
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> next
</pre>
<div class="block">May be null.
</div>
</li>
</ul>
<a name="prev">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prev
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> prev
</pre>
<div class="block">May be null.
</div>
</li>
</ul>
<a name="size">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>size
</h4>
<pre>public
int size
</pre>
</li>
</ul>
</li>
</ul>
<!-- ========= CONSTRUCTOR DETAIL ======== -->
<ul class="blockList">
<li class="blockList"><a name="constructor_detail">
<!-- -->
</a>
<h3>Constructor Detail
</h3>
<a name="JsonValue(com.badlogic.gdx.utils.JsonValue.ValueType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JsonValue
</h4>
<pre>public
JsonValue(
<a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils">JsonValue.ValueType
</a> type)
</pre>
</li>
</ul>
<a name="JsonValue(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JsonValue
</h4>
<pre>public
JsonValue(java.lang.String
value)
</pre>
<dl><dt><span class="strong">Parameters:
</span></dt><dd><code>value
</code> - May be null.
</dd></dl>
</li>
</ul>
<a name="JsonValue(double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JsonValue
</h4>
<pre>public
JsonValue(double
value)
</pre>
</li>
</ul>
<a name="JsonValue(long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>JsonValue
</h4>
<pre>public
JsonValue(long
value)
</pre>
</li>
</ul>
<a name="JsonValue(boolean)">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>JsonValue
</h4>
<pre>public
JsonValue(boolean
value)
</pre>
</li>
</ul>
</li>
</ul>
<!-- ============ METHOD DETAIL ========== -->
<ul class="blockList">
<li class="blockList"><a name="method_detail">
<!-- -->
</a>
<h3>Method Detail
</h3>
<a name="get(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> get(int
index)
</pre>
<div class="block">Returns the child at the specified index.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="get(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>get
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> get(java.lang.String
name)
</pre>
<div class="block">Returns the child with the specified name.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="require(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>require
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> require(int
index)
</pre>
<div class="block">Returns the child at the specified index.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="require(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>require
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> require(java.lang.String
name)
</pre>
<div class="block">Returns the child with the specified name.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="remove(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>remove
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> remove(int
index)
</pre>
<div class="block">Removes the child with the specified name.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="remove(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>remove
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> remove(java.lang.String
name)
</pre>
<div class="block">Removes the child with the specified name.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="size()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>size
</h4>
<pre>public
int
size()
</pre>
<div class="block"><span class="strong">Deprecated.
</span> <i>Use the size property instead. Returns this number of children in the array or object.
</i></div>
</li>
</ul>
<a name="asString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asString
</h4>
<pre>public
java.lang.String
asString()
</pre>
<div class="block">Returns this value as a string.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null if this value is null.
</dd>
<dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalStateException
</code> - if this an array or object.
</dd></dl>
</li>
</ul>
<a name="asFloat()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asFloat
</h4>
<pre>public
float
asFloat()
</pre>
<div class="block">Returns this value as a float.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalStateException
</code> - if this an array or object.
</dd></dl>
</li>
</ul>
<a name="asDouble()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asDouble
</h4>
<pre>public
double
asDouble()
</pre>
<div class="block">Returns this value as a double.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalStateException
</code> - if this an array or object.
</dd></dl>
</li>
</ul>
<a name="asLong()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asLong
</h4>
<pre>public
long
asLong()
</pre>
<div class="block">Returns this value as a long.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalStateException
</code> - if this an array or object.
</dd></dl>
</li>
</ul>
<a name="asInt()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asInt
</h4>
<pre>public
int
asInt()
</pre>
<div class="block">Returns this value as an int.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalStateException
</code> - if this an array or object.
</dd></dl>
</li>
</ul>
<a name="asBoolean()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>asBoolean
</h4>
<pre>public
boolean
asBoolean()
</pre>
<div class="block">Returns this value as a boolean.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalStateException
</code> - if this an array or object.
</dd></dl>
</li>
</ul>
<a name="hasChild(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>hasChild
</h4>
<pre>public
boolean
hasChild(java.lang.String
name)
</pre>
<div class="block">Returns true if a child with the specified name exists and has a child.
</div>
</li>
</ul>
<a name="getChild(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getChild
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> getChild(java.lang.String
name)
</pre>
<div class="block">Finds the child with the specified name and returns its first child.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="getString(java.lang.String, java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getString
</h4>
<pre>public
java.lang.String
getString(java.lang.String
name,
java.lang.String
defaultValue)
</pre>
<div class="block">Finds the child with the specified name and returns it as a string. Returns defaultValue if not found.
</div>
<dl><dt><span class="strong">Parameters:
</span></dt><dd><code>defaultValue
</code> - May be null.
</dd></dl>
</li>
</ul>
<a name="getFloat(java.lang.String, float)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFloat
</h4>
<pre>public
float
getFloat(java.lang.String
name,
float
defaultValue)
</pre>
<div class="block">Finds the child with the specified name and returns it as a float. Returns defaultValue if not found.
</div>
</li>
</ul>
<a name="getDouble(java.lang.String, double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDouble
</h4>
<pre>public
double
getDouble(java.lang.String
name,
double
defaultValue)
</pre>
<div class="block">Finds the child with the specified name and returns it as a double. Returns defaultValue if not found.
</div>
</li>
</ul>
<a name="getLong(java.lang.String, long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLong
</h4>
<pre>public
long
getLong(java.lang.String
name,
long
defaultValue)
</pre>
<div class="block">Finds the child with the specified name and returns it as a long. Returns defaultValue if not found.
</div>
</li>
</ul>
<a name="getInt(java.lang.String, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInt
</h4>
<pre>public
int
getInt(java.lang.String
name,
int
defaultValue)
</pre>
<div class="block">Finds the child with the specified name and returns it as an int. Returns defaultValue if not found.
</div>
</li>
</ul>
<a name="getBoolean(java.lang.String, boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBoolean
</h4>
<pre>public
boolean
getBoolean(java.lang.String
name,
boolean
defaultValue)
</pre>
<div class="block">Finds the child with the specified name and returns it as a boolean. Returns defaultValue if not found.
</div>
</li>
</ul>
<a name="getString(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getString
</h4>
<pre>public
java.lang.String
getString(java.lang.String
name)
</pre>
<div class="block">Finds the child with the specified name and returns it as a string.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getFloat(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFloat
</h4>
<pre>public
float
getFloat(java.lang.String
name)
</pre>
<div class="block">Finds the child with the specified name and returns it as a float.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getDouble(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDouble
</h4>
<pre>public
double
getDouble(java.lang.String
name)
</pre>
<div class="block">Finds the child with the specified name and returns it as a double.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getLong(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLong
</h4>
<pre>public
long
getLong(java.lang.String
name)
</pre>
<div class="block">Finds the child with the specified name and returns it as a long.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getInt(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInt
</h4>
<pre>public
int
getInt(java.lang.String
name)
</pre>
<div class="block">Finds the child with the specified name and returns it as an int.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getBoolean(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBoolean
</h4>
<pre>public
boolean
getBoolean(java.lang.String
name)
</pre>
<div class="block">Finds the child with the specified name and returns it as a boolean.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getString(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getString
</h4>
<pre>public
java.lang.String
getString(int
index)
</pre>
<div class="block">Finds the child with the specified index and returns it as a string.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getFloat(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getFloat
</h4>
<pre>public
float
getFloat(int
index)
</pre>
<div class="block">Finds the child with the specified index and returns it as a float.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getDouble(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getDouble
</h4>
<pre>public
double
getDouble(int
index)
</pre>
<div class="block">Finds the child with the specified index and returns it as a double.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getLong(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getLong
</h4>
<pre>public
long
getLong(int
index)
</pre>
<div class="block">Finds the child with the specified index and returns it as a long.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getInt(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getInt
</h4>
<pre>public
int
getInt(int
index)
</pre>
<div class="block">Finds the child with the specified index and returns it as an int.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="getBoolean(int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>getBoolean
</h4>
<pre>public
boolean
getBoolean(int
index)
</pre>
<div class="block">Finds the child with the specified index and returns it as a boolean.
</div>
<dl><dt><span class="strong">Throws:
</span></dt>
<dd><code>java.lang.IllegalArgumentException
</code> - if the child was not found.
</dd></dl>
</li>
</ul>
<a name="type()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>type
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils">JsonValue.ValueType
</a> type()
</pre>
</li>
</ul>
<a name="setType(com.badlogic.gdx.utils.JsonValue.ValueType)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setType
</h4>
<pre>public
void
setType(
<a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils">JsonValue.ValueType
</a> type)
</pre>
</li>
</ul>
<a name="isArray()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isArray
</h4>
<pre>public
boolean
isArray()
</pre>
</li>
</ul>
<a name="isObject()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isObject
</h4>
<pre>public
boolean
isObject()
</pre>
</li>
</ul>
<a name="isString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isString
</h4>
<pre>public
boolean
isString()
</pre>
</li>
</ul>
<a name="isNumber()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isNumber
</h4>
<pre>public
boolean
isNumber()
</pre>
<div class="block">Returns true if this is a double or long value.
</div>
</li>
</ul>
<a name="isDouble()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isDouble
</h4>
<pre>public
boolean
isDouble()
</pre>
</li>
</ul>
<a name="isLong()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isLong
</h4>
<pre>public
boolean
isLong()
</pre>
</li>
</ul>
<a name="isBoolean()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isBoolean
</h4>
<pre>public
boolean
isBoolean()
</pre>
</li>
</ul>
<a name="isNull()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isNull
</h4>
<pre>public
boolean
isNull()
</pre>
</li>
</ul>
<a name="isValue()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>isValue
</h4>
<pre>public
boolean
isValue()
</pre>
<div class="block">Returns true if this is not an array or object.
</div>
</li>
</ul>
<a name="name()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>name
</h4>
<pre>public
java.lang.String
name()
</pre>
<div class="block">Returns the name for this object value.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="setName(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setName
</h4>
<pre>public
void
setName(java.lang.String
name)
</pre>
</li>
</ul>
<a name="child()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>child
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> child()
</pre>
<div class="block">Returns the first child for this object or array.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="next()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>next
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> next()
</pre>
<div class="block">Returns the next sibling of this value.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="setNext(com.badlogic.gdx.utils.JsonValue)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setNext
</h4>
<pre>public
void
setNext(
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> next)
</pre>
</li>
</ul>
<a name="prev()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prev
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> prev()
</pre>
<div class="block">Returns the previous sibling of this value.
</div>
<dl><dt><span class="strong">Returns:
</span></dt><dd>May be null.
</dd></dl>
</li>
</ul>
<a name="setPrev(com.badlogic.gdx.utils.JsonValue)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>setPrev
</h4>
<pre>public
void
setPrev(
<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a> prev)
</pre>
</li>
</ul>
<a name="set(java.lang.String)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set
</h4>
<pre>public
void
set(java.lang.String
value)
</pre>
<dl><dt><span class="strong">Parameters:
</span></dt><dd><code>value
</code> - May be null.
</dd></dl>
</li>
</ul>
<a name="set(double)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set
</h4>
<pre>public
void
set(double
value)
</pre>
</li>
</ul>
<a name="set(long)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set
</h4>
<pre>public
void
set(long
value)
</pre>
</li>
</ul>
<a name="set(boolean)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>set
</h4>
<pre>public
void
set(boolean
value)
</pre>
</li>
</ul>
<a name="toString()">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>toString
</h4>
<pre>public
java.lang.String
toString()
</pre>
<dl>
<dt><strong>Overrides:
</strong></dt>
<dd><code>toString
</code> in class
<code>java.lang.Object
</code></dd>
</dl>
</li>
</ul>
<a name="prettyPrint(com.badlogic.gdx.utils.JsonWriter.OutputType, int)">
<!-- -->
</a>
<ul class="blockList">
<li class="blockList">
<h4>prettyPrint
</h4>
<pre>public
java.lang.String
prettyPrint(
<a href="../../../../com/badlogic/gdx/utils/JsonWriter.OutputType.html" title="enum in com.badlogic.gdx.utils">JsonWriter.OutputType
</a> outputType,
int
singleLineColumns)
</pre>
</li>
</ul>
<a name="iterator()">
<!-- -->
</a>
<ul class="blockListLast">
<li class="blockList">
<h4>iterator
</h4>
<pre>public
<a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html" title="class in com.badlogic.gdx.utils">JsonValue.JsonIterator
</a> iterator()
</pre>
<dl>
<dt><strong>Specified by:
</strong></dt>
<dd><code>iterator
</code> in interface
<code>java.lang.Iterable
<<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue
</a>></code></dd>
</dl>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
<!-- ========= END OF CLASS DATA ========= -->
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar_bottom">
<!-- -->
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="../../../../overview-summary.html">Overview
</a></li>
<li><a href="package-summary.html">Package
</a></li>
<li class="navBarCell1Rev">Class
</li>
<li><a href="class-use/JsonValue.html">Use
</a></li>
<li><a href="package-tree.html">Tree
</a></li>
<li><a href="../../../../deprecated-list.html">Deprecated
</a></li>
<li><a href="../../../../index-all.html">Index
</a></li>
<li><a href="../../../../help-doc.html">Help
</a></li>
</ul>
<div class="aboutLanguage"><em>libgdx API
</em></div>
</div>
<div class="subNav">
<ul class="navList">
<li><a href="../../../../com/badlogic/gdx/utils/JsonReader.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class
</span></a></li>
<li><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html" title="class in com.badlogic.gdx.utils"><span class="strong">Next Class
</span></a></li>
</ul>
<ul class="navList">
<li><a href="../../../../index.html?com/badlogic/gdx/utils/JsonValue.html" target="_top">Frames
</a></li>
<li><a href="JsonValue.html" target="_top">No Frames
</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="../../../../allclasses-noframe.html">All Classes
</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<div>
<ul class="subNavList">
<li>Summary:
</li>
<li><a href="#nested_class_summary">Nested
</a> |
</li>
<li><a href="#field_summary">Field
</a> |
</li>
<li><a href="#constructor_summary">Constr
</a> |
</li>
<li><a href="#method_summary">Method
</a></li>
</ul>
<ul class="subNavList">
<li>Detail:
</li>
<li><a href="#field_detail">Field
</a> |
</li>
<li><a href="#constructor_detail">Constr
</a> |
</li>
<li><a href="#method_detail">Method
</a></li>
</ul>
</div>
<a name="skip-navbar_bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>
<div style="font-size:9pt"><i>
Copyright
© 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
</i></div>
</small></p>
</body>
</html>