T
- the type of the value.public class OutParameter<T> extends Object implements Cloneable
Constructor and Description |
---|
OutParameter()
Construct an out parameter with
null value. |
OutParameter(value : T)
Construct an out parameter with the given value.
|
Modifier and Type | Method and Description |
---|---|
void |
clear()
Clear the value.
|
OutParameter<T> |
clone() |
boolean |
equals(obj : Object) |
T |
get()
Replies the value.
|
int |
hashCode() |
void |
set(value : T)
Change the value.
|
String |
toString() |
public new
()
null
value.public new
(value : T)
value
- the initial value.public def
clone() : OutParameter<T>
public def
get() : T
OutParameter
public def
set(value : T) : void
OutParameter
value
- the value.public def
clear() : void
OutParameter
Copyright © 2020 the original authors or authors.