public abstract class AbstractReference<T> extends Object implements ByReference<T>
| 限定符 | 构造器和说明 |
|---|---|
protected |
AbstractReference(T value) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 ByReference<T>Copyright © 2021. All rights reserved.