public class VariableObject<V,O> extends Object
| Constructor and Description |
|---|
VariableObject() |
VariableObject(V key,
O object) |
| Modifier and Type | Method and Description |
|---|---|
V |
getKey() |
Optional<V> |
getKeyOptional() |
O |
getObject() |
Optional<O> |
getObjectOptional() |
void |
setKey(V key) |
void |
setObject(O object) |
Copyright © 2018. All rights reserved.