Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/class-use/CloseableIterator.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/class-use/CloseableIterator.html61
1 files changed, 60 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/class-use/CloseableIterator.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/class-use/CloseableIterator.html
index 4d81719e18..1877c5dfb6 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/class-use/CloseableIterator.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/class-use/CloseableIterator.html
@@ -71,7 +71,66 @@
<div class="header">
<h2 title="Uses of Interface org.eclipse.net4j.util.collection.CloseableIterator" class="title">Uses of Interface<br>org.eclipse.net4j.util.collection.CloseableIterator</h2>
</div>
-<div class="classUseContainer">No usage of org.eclipse.net4j.util.collection.CloseableIterator</div>
+<div class="classUseContainer">
+<ul class="blockList">
+<li class="blockList">
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing packages, and an explanation">
+<caption><span>Packages that use <a href="../../../../../../org/eclipse/net4j/util/collection/CloseableIterator.html" title="interface in org.eclipse.net4j.util.collection">CloseableIterator</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Package</th>
+<th class="colLast" scope="col">Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><a href="#org.eclipse.net4j.util.collection">org.eclipse.net4j.util.collection</a></td>
+<td class="colLast">
+<div class="block">Additional collection-like interfaces and classes.</div>
+</td>
+</tr>
+</tbody>
+</table>
+</li>
+<li class="blockList">
+<ul class="blockList">
+<li class="blockList"><a name="org.eclipse.net4j.util.collection">
+<!-- -->
+</a>
+<h3>Uses of <a href="../../../../../../org/eclipse/net4j/util/collection/CloseableIterator.html" title="interface in org.eclipse.net4j.util.collection">CloseableIterator</a> in <a href="../../../../../../org/eclipse/net4j/util/collection/package-summary.html">org.eclipse.net4j.util.collection</a></h3>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing classes, and an explanation">
+<caption><span>Classes in <a href="../../../../../../org/eclipse/net4j/util/collection/package-summary.html">org.eclipse.net4j.util.collection</a> that implement <a href="../../../../../../org/eclipse/net4j/util/collection/CloseableIterator.html" title="interface in org.eclipse.net4j.util.collection">CloseableIterator</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Class and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/net4j/util/collection/AbstractCloseableIterator.html" title="class in org.eclipse.net4j.util.collection">AbstractCloseableIterator</a>&lt;E&gt;</span></code>&nbsp;</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>class&nbsp;</code></td>
+<td class="colLast"><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/net4j/util/collection/DelegatingCloseableIterator.html" title="class in org.eclipse.net4j.util.collection">DelegatingCloseableIterator</a>&lt;E&gt;</span></code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+<table class="useSummary" border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../../org/eclipse/net4j/util/collection/package-summary.html">org.eclipse.net4j.util.collection</a> that return <a href="../../../../../../org/eclipse/net4j/util/collection/CloseableIterator.html" title="interface in org.eclipse.net4j.util.collection">CloseableIterator</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>static &lt;T&gt;&nbsp;<a href="../../../../../../org/eclipse/net4j/util/collection/CloseableIterator.html" title="interface in org.eclipse.net4j.util.collection">CloseableIterator</a>&lt;T&gt;</code></td>
+<td class="colLast"><span class="typeNameLabel">AbstractCloseableIterator.</span><code><span class="memberNameLink"><a href="../../../../../../org/eclipse/net4j/util/collection/AbstractCloseableIterator.html#emptyCloseable--">emptyCloseable</a></span>()</code>&nbsp;</td>
+</tr>
+</tbody>
+</table>
+</li>
+</ul>
+</li>
+</ul>
+</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->

Back to the top