ShortHolderpublic final class ShortHolder extends Object implements Holder
Fields Summary |
---|
public short | valueThe short contained by this holder. |
Constructors Summary |
---|
public ShortHolder()Make a new ShortHolder with a null value.
| public ShortHolder(short value)Make a new ShortHolder with value as
the value.
this.value = value;
|
|