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