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