public static class Box.Dbl.Default extends Object implements Box.Dbl
Box.Dbl.Default| Modifier and Type | Field and Description |
|---|---|
protected double |
obj
The (possibly-null) object being held.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Default(double init) |
| Modifier and Type | Method and Description |
|---|---|
double |
get()
Returns the boxed value.
|
void |
set(double obj)
Sets the value which will later be returned by get().
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, from, getAsDouble, ofandThen