Modifier and Type | Field and Description |
---|---|
Object |
value
The
Object contained by this holder. |
Constructor and Description |
---|
ObjectHolder()
Make a new
ObjectHolder with a null value. |
ObjectHolder(Object value)
Make a new
ObjectHolder with value as
the value. |
public Object value
Object
contained by this holder.public ObjectHolder()
ObjectHolder
with a null
value.public ObjectHolder(Object value)
ObjectHolder
with value
as
the value.value
- the Object
to holdCopyright © The Apache Software Foundation. All Rights Reserved.