public class LongHolder
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
long |
value
Value of the long, set and examined by the application as needed.
|
Constructor and Description |
---|
LongHolder()
Constructs a new
LongHolder with an initial value of 0. |
LongHolder(long l)
Constructs a new
LongHolder with a specific initial value. |