E - The type of the boxed itempublic class Single<E> extends Object
| Modifier and Type | Method and Description |
|---|---|
E |
getValue()
Retrieves the stored value
|
void |
setValue(E val)
Sets the stored value
|
public Single(E val)
val - The value to setCopyright © 2015. All rights reserved.