Subversion Repositories AndroidProjects

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1107 chris 1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
<!-- NewPage -->
3
<html lang="en">
4
<head>
5
<!-- Generated by javadoc (version 1.7.0_17) on Sun Nov 03 15:35:44 CET 2013 -->
6
<title>JsonValue.JsonIterator (libgdx API)</title>
7
<meta name="date" content="2013-11-03">
8
<link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
9
</head>
10
<body>
11
<script type="text/javascript"><!--
12
    if (location.href.indexOf('is-external=true') == -1) {
13
        parent.document.title="JsonValue.JsonIterator (libgdx API)";
14
    }
15
//-->
16
</script>
17
<noscript>
18
<div>JavaScript is disabled on your browser.</div>
19
</noscript>
20
<!-- ========= START OF TOP NAVBAR ======= -->
21
<div class="topNav"><a name="navbar_top">
22
<!--   -->
23
</a><a href="#skip-navbar_top" title="Skip navigation links"></a><a name="navbar_top_firstrow">
24
<!--   -->
25
</a>
26
<ul class="navList" title="Navigation">
27
<li><a href="../../../../overview-summary.html">Overview</a></li>
28
<li><a href="package-summary.html">Package</a></li>
29
<li class="navBarCell1Rev">Class</li>
30
<li><a href="class-use/JsonValue.JsonIterator.html">Use</a></li>
31
<li><a href="package-tree.html">Tree</a></li>
32
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
33
<li><a href="../../../../index-all.html">Index</a></li>
34
<li><a href="../../../../help-doc.html">Help</a></li>
35
</ul>
36
<div class="aboutLanguage"><em>
37
                                libgdx API
38
                                <style>
39
                                body, td, th { font-family:Helvetica, Tahoma, Arial, sans-serif; font-size:10pt }
40
                                pre, code, tt { font-size:9pt; font-family:Lucida Console, Courier New, sans-serif }
41
                                h1, h2, h3, .FrameTitleFont, .FrameHeadingFont, .TableHeadingColor font { font-size:105%;  font-weight:bold }
42
                                .TableHeadingColor { background:#EEEEFF; }
43
                                a { text-decoration:none }
44
                                a:hover { text-decoration:underline }
45
                                a:link, a:visited { color:blue }
46
                                table { border:0px }
47
                                .TableRowColor td:first-child { border-left:1px solid black }
48
                                .TableRowColor td { border:0px; border-bottom:1px solid black; border-right:1px solid black }
49
                                hr { border:0px; border-bottom:1px solid #333366; }
50
                                </style>
51
                        </em></div>
52
</div>
53
<div class="subNav">
54
<ul class="navList">
55
<li><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li>
56
<li><a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li>
57
</ul>
58
<ul class="navList">
59
<li><a href="../../../../index.html?com/badlogic/gdx/utils/JsonValue.JsonIterator.html" target="_top">Frames</a></li>
60
<li><a href="JsonValue.JsonIterator.html" target="_top">No Frames</a></li>
61
</ul>
62
<ul class="navList" id="allclasses_navbar_top">
63
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
64
</ul>
65
<div>
66
<script type="text/javascript"><!--
67
  allClassesLink = document.getElementById("allclasses_navbar_top");
68
  if(window==top) {
69
    allClassesLink.style.display = "block";
70
  }
71
  else {
72
    allClassesLink.style.display = "none";
73
  }
74
  //-->
75
</script>
76
</div>
77
<div>
78
<ul class="subNavList">
79
<li>Summary:&nbsp;</li>
80
<li>Nested&nbsp;|&nbsp;</li>
81
<li>Field&nbsp;|&nbsp;</li>
82
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
83
<li><a href="#method_summary">Method</a></li>
84
</ul>
85
<ul class="subNavList">
86
<li>Detail:&nbsp;</li>
87
<li>Field&nbsp;|&nbsp;</li>
88
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
89
<li><a href="#method_detail">Method</a></li>
90
</ul>
91
</div>
92
<a name="skip-navbar_top">
93
<!--   -->
94
</a></div>
95
<!-- ========= END OF TOP NAVBAR ========= -->
96
<!-- ======== START OF CLASS DATA ======== -->
97
<div class="header">
98
<div class="subTitle">com.badlogic.gdx.utils</div>
99
<h2 title="Class JsonValue.JsonIterator" class="title">Class JsonValue.JsonIterator</h2>
100
</div>
101
<div class="contentContainer">
102
<ul class="inheritance">
103
<li>java.lang.Object</li>
104
<li>
105
<ul class="inheritance">
106
<li>com.badlogic.gdx.utils.JsonValue.JsonIterator</li>
107
</ul>
108
</li>
109
</ul>
110
<div class="description">
111
<ul class="blockList">
112
<li class="blockList">
113
<dl>
114
<dt>All Implemented Interfaces:</dt>
115
<dd>java.lang.Iterable&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;, java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;</dd>
116
</dl>
117
<dl>
118
<dt>Enclosing class:</dt>
119
<dd><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a></dd>
120
</dl>
121
<hr>
122
<br>
123
<pre>public class <span class="strong">JsonValue.JsonIterator</span>
124
extends java.lang.Object
125
implements java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;, java.lang.Iterable&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;</pre>
126
</li>
127
</ul>
128
</div>
129
<div class="summary">
130
<ul class="blockList">
131
<li class="blockList">
132
<!-- ======== CONSTRUCTOR SUMMARY ======== -->
133
<ul class="blockList">
134
<li class="blockList"><a name="constructor_summary">
135
<!--   -->
136
</a>
137
<h3>Constructor Summary</h3>
138
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
139
<caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
140
<tr>
141
<th class="colOne" scope="col">Constructor and Description</th>
142
</tr>
143
<tr class="altColor">
144
<td class="colOne"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html#JsonValue.JsonIterator()">JsonValue.JsonIterator</a></strong>()</code>&nbsp;</td>
145
</tr>
146
</table>
147
</li>
148
</ul>
149
<!-- ========== METHOD SUMMARY =========== -->
150
<ul class="blockList">
151
<li class="blockList"><a name="method_summary">
152
<!--   -->
153
</a>
154
<h3>Method Summary</h3>
155
<table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
156
<caption><span>Methods</span><span class="tabEnd">&nbsp;</span></caption>
157
<tr>
158
<th class="colFirst" scope="col">Modifier and Type</th>
159
<th class="colLast" scope="col">Method and Description</th>
160
</tr>
161
<tr class="altColor">
162
<td class="colFirst"><code>boolean</code></td>
163
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html#hasNext()">hasNext</a></strong>()</code>&nbsp;</td>
164
</tr>
165
<tr class="rowColor">
166
<td class="colFirst"><code>java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;</code></td>
167
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html#iterator()">iterator</a></strong>()</code>&nbsp;</td>
168
</tr>
169
<tr class="altColor">
170
<td class="colFirst"><code><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a></code></td>
171
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html#next()">next</a></strong>()</code>&nbsp;</td>
172
</tr>
173
<tr class="rowColor">
174
<td class="colFirst"><code>void</code></td>
175
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/JsonValue.JsonIterator.html#remove()">remove</a></strong>()</code>&nbsp;</td>
176
</tr>
177
</table>
178
<ul class="blockList">
179
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
180
<!--   -->
181
</a>
182
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
183
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
184
</ul>
185
</li>
186
</ul>
187
</li>
188
</ul>
189
</div>
190
<div class="details">
191
<ul class="blockList">
192
<li class="blockList">
193
<!-- ========= CONSTRUCTOR DETAIL ======== -->
194
<ul class="blockList">
195
<li class="blockList"><a name="constructor_detail">
196
<!--   -->
197
</a>
198
<h3>Constructor Detail</h3>
199
<a name="JsonValue.JsonIterator()">
200
<!--   -->
201
</a>
202
<ul class="blockListLast">
203
<li class="blockList">
204
<h4>JsonValue.JsonIterator</h4>
205
<pre>public&nbsp;JsonValue.JsonIterator()</pre>
206
</li>
207
</ul>
208
</li>
209
</ul>
210
<!-- ============ METHOD DETAIL ========== -->
211
<ul class="blockList">
212
<li class="blockList"><a name="method_detail">
213
<!--   -->
214
</a>
215
<h3>Method Detail</h3>
216
<a name="hasNext()">
217
<!--   -->
218
</a>
219
<ul class="blockList">
220
<li class="blockList">
221
<h4>hasNext</h4>
222
<pre>public&nbsp;boolean&nbsp;hasNext()</pre>
223
<dl>
224
<dt><strong>Specified by:</strong></dt>
225
<dd><code>hasNext</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;</code></dd>
226
</dl>
227
</li>
228
</ul>
229
<a name="next()">
230
<!--   -->
231
</a>
232
<ul class="blockList">
233
<li class="blockList">
234
<h4>next</h4>
235
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&nbsp;next()</pre>
236
<dl>
237
<dt><strong>Specified by:</strong></dt>
238
<dd><code>next</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;</code></dd>
239
</dl>
240
</li>
241
</ul>
242
<a name="remove()">
243
<!--   -->
244
</a>
245
<ul class="blockList">
246
<li class="blockList">
247
<h4>remove</h4>
248
<pre>public&nbsp;void&nbsp;remove()</pre>
249
<dl>
250
<dt><strong>Specified by:</strong></dt>
251
<dd><code>remove</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;</code></dd>
252
</dl>
253
</li>
254
</ul>
255
<a name="iterator()">
256
<!--   -->
257
</a>
258
<ul class="blockListLast">
259
<li class="blockList">
260
<h4>iterator</h4>
261
<pre>public&nbsp;java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;&nbsp;iterator()</pre>
262
<dl>
263
<dt><strong>Specified by:</strong></dt>
264
<dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;<a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils">JsonValue</a>&gt;</code></dd>
265
</dl>
266
</li>
267
</ul>
268
</li>
269
</ul>
270
</li>
271
</ul>
272
</div>
273
</div>
274
<!-- ========= END OF CLASS DATA ========= -->
275
<!-- ======= START OF BOTTOM NAVBAR ====== -->
276
<div class="bottomNav"><a name="navbar_bottom">
277
<!--   -->
278
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
279
<!--   -->
280
</a>
281
<ul class="navList" title="Navigation">
282
<li><a href="../../../../overview-summary.html">Overview</a></li>
283
<li><a href="package-summary.html">Package</a></li>
284
<li class="navBarCell1Rev">Class</li>
285
<li><a href="class-use/JsonValue.JsonIterator.html">Use</a></li>
286
<li><a href="package-tree.html">Tree</a></li>
287
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
288
<li><a href="../../../../index-all.html">Index</a></li>
289
<li><a href="../../../../help-doc.html">Help</a></li>
290
</ul>
291
<div class="aboutLanguage"><em>libgdx API</em></div>
292
</div>
293
<div class="subNav">
294
<ul class="navList">
295
<li><a href="../../../../com/badlogic/gdx/utils/JsonValue.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li>
296
<li><a href="../../../../com/badlogic/gdx/utils/JsonValue.ValueType.html" title="enum in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li>
297
</ul>
298
<ul class="navList">
299
<li><a href="../../../../index.html?com/badlogic/gdx/utils/JsonValue.JsonIterator.html" target="_top">Frames</a></li>
300
<li><a href="JsonValue.JsonIterator.html" target="_top">No Frames</a></li>
301
</ul>
302
<ul class="navList" id="allclasses_navbar_bottom">
303
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
304
</ul>
305
<div>
306
<script type="text/javascript"><!--
307
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
308
  if(window==top) {
309
    allClassesLink.style.display = "block";
310
  }
311
  else {
312
    allClassesLink.style.display = "none";
313
  }
314
  //-->
315
</script>
316
</div>
317
<div>
318
<ul class="subNavList">
319
<li>Summary:&nbsp;</li>
320
<li>Nested&nbsp;|&nbsp;</li>
321
<li>Field&nbsp;|&nbsp;</li>
322
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
323
<li><a href="#method_summary">Method</a></li>
324
</ul>
325
<ul class="subNavList">
326
<li>Detail:&nbsp;</li>
327
<li>Field&nbsp;|&nbsp;</li>
328
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
329
<li><a href="#method_detail">Method</a></li>
330
</ul>
331
</div>
332
<a name="skip-navbar_bottom">
333
<!--   -->
334
</a></div>
335
<!-- ======== END OF BOTTOM NAVBAR ======= -->
336
<p class="legalCopy"><small>
337
                                <div style="font-size:9pt"><i>
338
                                Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
339
                                </i></div>
340
                        </small></p>
341
</body>
342
</html>