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