Uses of Package
org.eclipse.net4j.util.ref
Package
Description
A framework for memory-sensitive keyed references and value maps.
-
ClassDescriptionA 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.