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