T - The wrapped type.public class ByRef<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ByRef.Boolean
Implementation for primitive type
|
static class |
ByRef.Integer |
| Modifier and Type | Method and Description |
|---|---|
static <T> ByRef<T> |
create(T t) |
T |
get() |
void |
set(T t) |