Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ref/KeyedWeakReference.html')
-rw-r--r--plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ref/KeyedWeakReference.html8
1 files changed, 6 insertions, 2 deletions
diff --git a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ref/KeyedWeakReference.html b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ref/KeyedWeakReference.html
index ff9111a220..2274e61af9 100644
--- a/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ref/KeyedWeakReference.html
+++ b/plugins/org.eclipse.net4j.util.doc/javadoc/org/eclipse/net4j/util/ref/KeyedWeakReference.html
@@ -102,8 +102,12 @@ Class KeyedWeakReference&lt;K,T&gt;</H2>
</DL>
<HR>
<DL>
-<DT><PRE>public class <B>KeyedWeakReference&lt;K,T&gt;</B><DT>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref">WeakReference</A>&lt;T&gt;<DT>implements <A HREF="../../../../../org/eclipse/net4j/util/ref/KeyedReference.html" title="interface in org.eclipse.net4j.util.ref">KeyedReference</A>&lt;K,T&gt;</DL>
-</PRE><map id="APIVIZ" name="APIVIZ">
+ <DT>public class <B>KeyedWeakReference&lt;K,T&gt;</B>
+ <DD>extends <A HREF="http://download.oracle.com/javase/1.5.0/docs/api/java/lang/ref/WeakReference.html?is-external=true" title="class or interface in java.lang.ref">WeakReference</A>&lt;T&gt;
+ <DD>implements <A HREF="../../../../../org/eclipse/net4j/util/ref/KeyedReference.html" title="interface in org.eclipse.net4j.util.ref">KeyedReference</A>&lt;K,T&gt;
+</DL>
+
+<map id="APIVIZ" name="APIVIZ">
<area shape="rect" id="node1" href="KeyedReference.html" title="&#171;interface&#187; KeyedReference" alt="" coords="5,5,123,45"/>
<area shape="rect" id="node2" title="WeakReference (java.lang.ref)" alt="" coords="152,5,267,45"/>
<area shape="rect" id="node3" href="KeyedWeakReference.html" title="KeyedWeakReference" alt="" coords="61,85,211,110"/>

Back to the top