public abstract class AbstractReference<T> extends Object implements ByReference<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractReference(T value) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> T |
checkNull(T value) |
T |
getValue()
Gets the current value the reference points to.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfromNative, nativeSize, toNativeprotected AbstractReference(T value)
protected static <T> T checkNull(T value)
public T getValue()
getValue in interface ByReference<T>Copyright © 2017. All rights reserved.