Verwendungen von Package
org.eclipse.net4j.util.ref
Packages, die org.eclipse.net4j.util.ref verwenden
Package
Beschreibung
A framework for memory-sensitive keyed references and value maps.
-
Von org.eclipse.net4j.util.ref verwendete Klassen in org.eclipse.net4j.util.refKlasseBeschreibungA weak reference holder that caches the hash code of the referent and is chained in the
Interner.entries
to handle collisions.AConcurrentMap
implementation that usesKeyedReference
instances (KeyedStrongReference
,KeyedSoftReference
,KeyedWeakReference
orKeyedPhantomReference
) as its values.AMap
implementation that usesKeyedReference
instances (KeyedStrongReference
,KeyedSoftReference
,KeyedWeakReference
orKeyedPhantomReference
) as its values.