E - Out Resultpublic class OutParameter<E> extends Object
| Constructor and Description |
|---|
OutParameter() |
| Modifier and Type | Method and Description |
|---|---|
E |
get()
Gets the Result of the OutParameter.
|
void |
set(E e)
Sets the OutParameter.
|
String |
toString()
Overrides the toString Method to print the reference
of the OutParameter instead of itself.
|
Copyright © 2017. All rights reserved.