T - referent class.public interface Ref<T>
This class allows for treating normal ("strong") references the same way as WeakReferences.
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Retrieves the referent.
|
Copyright © 2018. All rights reserved.