Box.Dbl, Box.Default<T>, Box.Int, Box.Nullable<T>
Modifier and Type | Field and Description |
---|---|
protected T |
obj
The (possibly-null) object being held.
|
Modifier and Type | Method and Description |
---|---|
T |
get() |
void |
set(T obj)
Sets the value which will later be returned by get().
|
String |
toString() |