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