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