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/package-summary.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/package-summary.html34
1 files changed, 21 insertions, 13 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/package-summary.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/package-summary.html
index 22af94d4d7..2ca60c9b43 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/package-summary.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/package-summary.html
@@ -133,75 +133,83 @@
</tr>
<tbody>
<tr class="altColor">
+<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/AbstractCloseableIterator.html" title="class in org.eclipse.net4j.util.collection">AbstractCloseableIterator</a>&lt;E&gt;</td>
+<td class="colLast">&nbsp;</td>
+</tr>
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/AbstractFilteredIterator.html" title="class in org.eclipse.net4j.util.collection">AbstractFilteredIterator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">An abstract base class for custom iterators that <a href="../../../../../org/eclipse/net4j/util/collection/AbstractFilteredIterator.html#isValid-T-"><code>filter</code></a> the elements of a delegate iterator.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/AbstractIterator.html" title="class in org.eclipse.net4j.util.collection">AbstractIterator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">An abstract base class for custom iterators that only requires to implement a single <a href="../../../../../org/eclipse/net4j/util/collection/AbstractIterator.html#computeNextElement--"><code>AbstractIterator.computeNextElement()</code></a> method.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/AbstractListIterator.html" title="class in org.eclipse.net4j.util.collection">AbstractListIterator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">An abstract base class for custom list iterators that only requires to implement the <a href="../../../../../org/eclipse/net4j/util/collection/AbstractIterator.html#computeNextElement--"><code>AbstractIterator.computeNextElement()</code></a> and <a href="../../../../../org/eclipse/net4j/util/collection/AbstractListIterator.html#computePreviousElement--"><code>AbstractListIterator.computePreviousElement()</code></a> methods.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/ArrayIterator.html" title="class in org.eclipse.net4j.util.collection">ArrayIterator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">An object that iterates over the elements of an array</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/BidiMap.html" title="class in org.eclipse.net4j.util.collection">BidiMap</a>&lt;K,V&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/BidiMapper.html" title="class in org.eclipse.net4j.util.collection">BidiMapper</a>&lt;T1,T2&gt;</td>
<td class="colLast">Deprecated
<div class="block"><span class="deprecationComment">As of 3.6 use <a href="../../../../../org/eclipse/net4j/util/collection/BidiMap.html" title="class in org.eclipse.net4j.util.collection"><code>BidiMap</code></a>.</span></div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/BidirectionalIterator.html" title="class in org.eclipse.net4j.util.collection">BidirectionalIterator</a>&lt;T&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/ByteArrayWrapper.html" title="class in org.eclipse.net4j.util.collection">ByteArrayWrapper</a></td>
<td class="colLast">&nbsp;</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/CaseInsensitiveStringSet.html" title="class in org.eclipse.net4j.util.collection">CaseInsensitiveStringSet</a></td>
<td class="colLast">&nbsp;</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/CollectionUtil.html" title="class in org.eclipse.net4j.util.collection">CollectionUtil</a></td>
<td class="colLast">
<div class="block">Various static helper methods.</div>
</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/ComposedIterator.html" title="class in org.eclipse.net4j.util.collection">ComposedIterator</a>&lt;T&gt;</td>
<td class="colLast">
<div class="block">An iterator that is composed of multiple delegate iterators.</div>
</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/ConcurrentArray.html" title="class in org.eclipse.net4j.util.collection">ConcurrentArray</a>&lt;E&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
-<tr class="altColor">
+<tr class="rowColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/ConcurrentArray.DuplicateCounter.html" title="class in org.eclipse.net4j.util.collection">ConcurrentArray.DuplicateCounter</a>&lt;E&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
-<tr class="rowColor">
+<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/ConcurrentArray.Unique.html" title="class in org.eclipse.net4j.util.collection">ConcurrentArray.Unique</a>&lt;E&gt;</td>
<td class="colLast">&nbsp;</td>
</tr>
+<tr class="rowColor">
+<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/DelegatingCloseableIterator.html" title="class in org.eclipse.net4j.util.collection">DelegatingCloseableIterator</a>&lt;E&gt;</td>
+<td class="colLast">&nbsp;</td>
+</tr>
<tr class="altColor">
<td class="colFirst"><a href="../../../../../org/eclipse/net4j/util/collection/DynamicArray.html" title="class in org.eclipse.net4j.util.collection">DynamicArray</a>&lt;E&gt;</td>
<td class="colLast">&nbsp;</td>

Back to the top