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