T - type of a value that the holder holdspublic class Holder<T> extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
T |
getValue() |
int |
hashCode() |
void |
setValue(T value) |
Optional<T> |
toOptional() |
String |
toString() |
Copyright © 2018. All rights reserved.