Weak Object Type Reference
class WeakObjectTypeReference(objectType: AvailObject) : WeakReference<AvailObject>
Content copied to clipboard
A WeakObjectTypeReference is a specialization of WeakReference that weakly holds an AvailObject which is always an object type whose descriptor indicates it's Mutability.SHARED. It also holds that object type's hash value.
Author
Mark van Gulik
Parameters
object Type
The object type to hold weakly.
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Check if the given someObjectType and its hash value correspond with the stored content.
Link copied to clipboard
Link copied to clipboard