public static class Float.Holder
extends java.lang.Object
Float
.Constructor and Description |
---|
Holder()
Create a holder class with an empty holdee object.
|
Holder(float obj)
Create a holder with the specified object.
|
Modifier and Type | Method and Description |
---|---|
float |
get()
Get the value of the holdee object.
|
void |
set(float obj)
Set the value of the holdee object.
|