public interface Reference<T>
Does not support null values, as null represents "not available". If you need to pass null, you should use a sentinel that extends from T to indicate the null condition.
Modifier and Type | Method and Description |
---|---|
T |
get() |
T get()