public class ObjectHolder
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.Object | valueValue of the Object reference, set and examined by the application as
 needed. | 
| Constructor and Description | 
|---|
| ObjectHolder()Constructs a new  ObjectHolderwith an initial value ofnull. | 
| ObjectHolder(java.lang.Object o)Constructs a new  ObjectHolderwith a specific initial
 value. |