T - public final class HardReference<T> extends Object
| Constructor and Description |
|---|
HardReference() |
HardReference(T referent) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the reference.
|
T |
get() |
void |
set(T referent)
Changes the referent.
|
Copyright © 2018 Arno Unkrig. All rights reserved.