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/FastList.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/FastList.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/FastList.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/FastList.html
index deed14639f..659b8b3eb0 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/FastList.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/collection/FastList.html
@@ -101,7 +101,8 @@ Class FastList&lt;E&gt;</H2>
<P>
<DL>
<DT><PRE><FONT SIZE="-1"><A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/Deprecated.html?is-external=true" title="class or interface in java.lang">@Deprecated</A>
-</FONT>public abstract class <B>FastList&lt;E&gt;</B><DT>extends <A HREF="../../../../../org/eclipse/net4j/util/collection/ConcurrentArray.html" title="class in org.eclipse.net4j.util.collection">ConcurrentArray</A>&lt;E&gt;</DL>
+</FONT>public abstract class <B>FastList&lt;E&gt;</B>
+ <DD>extends <A HREF="../../../../../org/eclipse/net4j/util/collection/ConcurrentArray.html" title="class in org.eclipse.net4j.util.collection">ConcurrentArray</A>&lt;E&gt;</DL>
</PRE><map id="APIVIZ" name="APIVIZ">
<area shape="rect" id="node1" href="FastList.html" title="FastList" alt="" coords="28,71,97,97"/>
<area shape="rect" id="node2" href="ConcurrentArray.html" title="ConcurrentArray" alt="" coords="5,6,120,31"/>

Back to the top