Uses of Package
org.eclipse.net4j.util.ref
Packages that use org.eclipse.net4j.util.ref
Package
Description
A framework for memory-sensitive keyed references and value maps.
-
Classes in org.eclipse.net4j.util.ref used by org.eclipse.net4j.util.refClassDescriptionA 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.