Package-level declarations
Primitive weak data structures and their default (platform-specific) implementation.
Types
Functions
Link copied to clipboard
Attempts to find the value associated with key, returning defaultValue if none is found.
Link copied to clipboard
Instantiates a soft reference: a reference to a value that doesn't stop the garbage collector from collecting it.
Implementation of WeakRef backed by a JVM SoftReference.
Implementation of WeakRef backed by a native WeakReference.
Link copied to clipboard
Instantiates a weak reference: a reference to a value that doesn't stop the garbage collector from collecting it.
Implementation of WeakRef backed by a JVM WeakReference.
Implementation of WeakRef backed by a native WeakReference.