| Constructor and Description |
|---|
Box()
Creates a new
Box with null as the current value. |
Box(Payload value)
Creates a new
Box. |
| Modifier and Type | Method and Description |
|---|---|
Payload |
getValue()
Returns the current value this
Box. |
void |
setValue(Payload value)
Sets the current value of this
Box. |
String |
toString() |
public Box()
Box with null as the current value.Copyright © 2015–2017 Markenwerk – Gesellschaft für markenbildende Maßnahmen mbH. All rights reserved.