public class ByRef<T>
extends java.lang.Object
Constructor and Description |
---|
ByRef()
Initializes a new
ByRef instance. |
ByRef(T value)
Initializes a new
ByRef instance. |
Modifier and Type | Method and Description |
---|---|
T |
get()
Gets the parameter value.
|
T |
set(T value)
Sets the parameter value.
|
public ByRef()
ByRef
instance.