Class ReferenceUtil
java.lang.Object
ru.progrm_jarvis.javacommons.object.ReferenceUtil
Utility for reference-related features.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <@Nullable T>
@NotNull WeakReference<T>Gets aWeakReferencestub singleton.
-
Method Details
-
weakReferenceToNull
Gets aWeakReferencestub singleton.- Type Parameters:
T- type of value intended to be referenced- Returns:
WeakReferencestub singleton
-