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:43 CET 2013 -->
6
<title>ArrayMap.Entries (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="ArrayMap.Entries (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/ArrayMap.Entries.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/ArrayMap.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li>
56
<li><a href="../../../../com/badlogic/gdx/utils/ArrayMap.Keys.html" title="class 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/ArrayMap.Entries.html" target="_top">Frames</a></li>
60
<li><a href="ArrayMap.Entries.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 ArrayMap.Entries" class="title">Class ArrayMap.Entries&lt;K,V&gt;</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.ArrayMap.Entries&lt;K,V&gt;</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/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;K,V&gt;&gt;, java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;K,V&gt;&gt;</dd>
116
</dl>
117
<dl>
118
<dt>Enclosing class:</dt>
119
<dd><a href="../../../../com/badlogic/gdx/utils/ArrayMap.html" title="class in com.badlogic.gdx.utils">ArrayMap</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.html" title="type parameter in ArrayMap">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.html" title="type parameter in ArrayMap">V</a>&gt;</dd>
120
</dl>
121
<hr>
122
<br>
123
<pre>public static class <span class="strong">ArrayMap.Entries&lt;K,V&gt;</span>
124
extends java.lang.Object
125
implements java.lang.Iterable&lt;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;K,V&gt;&gt;, java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;K,V&gt;&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/ArrayMap.Entries.html#ArrayMap.Entries(com.badlogic.gdx.utils.ArrayMap)">ArrayMap.Entries</a></strong>(<a href="../../../../com/badlogic/gdx/utils/ArrayMap.html" title="class in com.badlogic.gdx.utils">ArrayMap</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&nbsp;map)</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/ArrayMap.Entries.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/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&gt;</code></td>
167
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.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/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;</code></td>
171
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.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/ArrayMap.Entries.html#remove()">remove</a></strong>()</code>&nbsp;</td>
176
</tr>
177
<tr class="altColor">
178
<td class="colFirst"><code>void</code></td>
179
<td class="colLast"><code><strong><a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html#reset()">reset</a></strong>()</code>&nbsp;</td>
180
</tr>
181
</table>
182
<ul class="blockList">
183
<li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
184
<!--   -->
185
</a>
186
<h3>Methods inherited from class&nbsp;java.lang.Object</h3>
187
<code>clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</code></li>
188
</ul>
189
</li>
190
</ul>
191
</li>
192
</ul>
193
</div>
194
<div class="details">
195
<ul class="blockList">
196
<li class="blockList">
197
<!-- ========= CONSTRUCTOR DETAIL ======== -->
198
<ul class="blockList">
199
<li class="blockList"><a name="constructor_detail">
200
<!--   -->
201
</a>
202
<h3>Constructor Detail</h3>
203
<a name="ArrayMap.Entries(com.badlogic.gdx.utils.ArrayMap)">
204
<!--   -->
205
</a>
206
<ul class="blockListLast">
207
<li class="blockList">
208
<h4>ArrayMap.Entries</h4>
209
<pre>public&nbsp;ArrayMap.Entries(<a href="../../../../com/badlogic/gdx/utils/ArrayMap.html" title="class in com.badlogic.gdx.utils">ArrayMap</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&nbsp;map)</pre>
210
</li>
211
</ul>
212
</li>
213
</ul>
214
<!-- ============ METHOD DETAIL ========== -->
215
<ul class="blockList">
216
<li class="blockList"><a name="method_detail">
217
<!--   -->
218
</a>
219
<h3>Method Detail</h3>
220
<a name="hasNext()">
221
<!--   -->
222
</a>
223
<ul class="blockList">
224
<li class="blockList">
225
<h4>hasNext</h4>
226
<pre>public&nbsp;boolean&nbsp;hasNext()</pre>
227
<dl>
228
<dt><strong>Specified by:</strong></dt>
229
<dd><code>hasNext</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&gt;</code></dd>
230
</dl>
231
</li>
232
</ul>
233
<a name="iterator()">
234
<!--   -->
235
</a>
236
<ul class="blockList">
237
<li class="blockList">
238
<h4>iterator</h4>
239
<pre>public&nbsp;java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&gt;&nbsp;iterator()</pre>
240
<dl>
241
<dt><strong>Specified by:</strong></dt>
242
<dd><code>iterator</code>&nbsp;in interface&nbsp;<code>java.lang.Iterable&lt;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&gt;</code></dd>
243
</dl>
244
</li>
245
</ul>
246
<a name="next()">
247
<!--   -->
248
</a>
249
<ul class="blockList">
250
<li class="blockList">
251
<h4>next</h4>
252
<pre>public&nbsp;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&nbsp;next()</pre>
253
<dl>
254
<dt><strong>Specified by:</strong></dt>
255
<dd><code>next</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&gt;</code></dd>
256
</dl>
257
</li>
258
</ul>
259
<a name="remove()">
260
<!--   -->
261
</a>
262
<ul class="blockList">
263
<li class="blockList">
264
<h4>remove</h4>
265
<pre>public&nbsp;void&nbsp;remove()</pre>
266
<dl>
267
<dt><strong>Specified by:</strong></dt>
268
<dd><code>remove</code>&nbsp;in interface&nbsp;<code>java.util.Iterator&lt;<a href="../../../../com/badlogic/gdx/utils/ObjectMap.Entry.html" title="class in com.badlogic.gdx.utils">ObjectMap.Entry</a>&lt;<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">K</a>,<a href="../../../../com/badlogic/gdx/utils/ArrayMap.Entries.html" title="type parameter in ArrayMap.Entries">V</a>&gt;&gt;</code></dd>
269
</dl>
270
</li>
271
</ul>
272
<a name="reset()">
273
<!--   -->
274
</a>
275
<ul class="blockListLast">
276
<li class="blockList">
277
<h4>reset</h4>
278
<pre>public&nbsp;void&nbsp;reset()</pre>
279
</li>
280
</ul>
281
</li>
282
</ul>
283
</li>
284
</ul>
285
</div>
286
</div>
287
<!-- ========= END OF CLASS DATA ========= -->
288
<!-- ======= START OF BOTTOM NAVBAR ====== -->
289
<div class="bottomNav"><a name="navbar_bottom">
290
<!--   -->
291
</a><a href="#skip-navbar_bottom" title="Skip navigation links"></a><a name="navbar_bottom_firstrow">
292
<!--   -->
293
</a>
294
<ul class="navList" title="Navigation">
295
<li><a href="../../../../overview-summary.html">Overview</a></li>
296
<li><a href="package-summary.html">Package</a></li>
297
<li class="navBarCell1Rev">Class</li>
298
<li><a href="class-use/ArrayMap.Entries.html">Use</a></li>
299
<li><a href="package-tree.html">Tree</a></li>
300
<li><a href="../../../../deprecated-list.html">Deprecated</a></li>
301
<li><a href="../../../../index-all.html">Index</a></li>
302
<li><a href="../../../../help-doc.html">Help</a></li>
303
</ul>
304
<div class="aboutLanguage"><em>libgdx API</em></div>
305
</div>
306
<div class="subNav">
307
<ul class="navList">
308
<li><a href="../../../../com/badlogic/gdx/utils/ArrayMap.html" title="class in com.badlogic.gdx.utils"><span class="strong">Prev Class</span></a></li>
309
<li><a href="../../../../com/badlogic/gdx/utils/ArrayMap.Keys.html" title="class in com.badlogic.gdx.utils"><span class="strong">Next Class</span></a></li>
310
</ul>
311
<ul class="navList">
312
<li><a href="../../../../index.html?com/badlogic/gdx/utils/ArrayMap.Entries.html" target="_top">Frames</a></li>
313
<li><a href="ArrayMap.Entries.html" target="_top">No Frames</a></li>
314
</ul>
315
<ul class="navList" id="allclasses_navbar_bottom">
316
<li><a href="../../../../allclasses-noframe.html">All Classes</a></li>
317
</ul>
318
<div>
319
<script type="text/javascript"><!--
320
  allClassesLink = document.getElementById("allclasses_navbar_bottom");
321
  if(window==top) {
322
    allClassesLink.style.display = "block";
323
  }
324
  else {
325
    allClassesLink.style.display = "none";
326
  }
327
  //-->
328
</script>
329
</div>
330
<div>
331
<ul class="subNavList">
332
<li>Summary:&nbsp;</li>
333
<li>Nested&nbsp;|&nbsp;</li>
334
<li>Field&nbsp;|&nbsp;</li>
335
<li><a href="#constructor_summary">Constr</a>&nbsp;|&nbsp;</li>
336
<li><a href="#method_summary">Method</a></li>
337
</ul>
338
<ul class="subNavList">
339
<li>Detail:&nbsp;</li>
340
<li>Field&nbsp;|&nbsp;</li>
341
<li><a href="#constructor_detail">Constr</a>&nbsp;|&nbsp;</li>
342
<li><a href="#method_detail">Method</a></li>
343
</ul>
344
</div>
345
<a name="skip-navbar_bottom">
346
<!--   -->
347
</a></div>
348
<!-- ======== END OF BOTTOM NAVBAR ======= -->
349
<p class="legalCopy"><small>
350
                                <div style="font-size:9pt"><i>
351
                                Copyright &copy; 2010-2013 Mario Zechner (contact@badlogicgames.com), Nathan Sweet (admin@esotericsoftware.com)
352
                                </i></div>
353
                        </small></p>
354
</body>
355
</html>