|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjnr.ffi.byref.AbstractReference<T>
public abstract class AbstractReference<T>
An abstract class for common PrimitiveReference functionality
| Constructor Summary | |
|---|---|
protected |
AbstractReference(T value)
|
| Method Summary | ||
|---|---|---|
protected static
|
checkNull(T value)
|
|
T |
getValue()
Gets the current value the reference points to. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface jnr.ffi.byref.ByReference |
|---|
marshal, nativeSize, unmarshal |
| Constructor Detail |
|---|
protected AbstractReference(T value)
| Method Detail |
|---|
protected static <T> T checkNull(T value)
public T getValue()
getValue in interface ByReference<T>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||