public static final class Mutables.Byte
extends java.lang.Number
| Constructor and Description |
|---|
Mutables.Byte(byte value) |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
float |
floatValue() |
byte |
get() |
int |
intValue() |
long |
longValue() |
byte |
postdecrement() |
byte |
postincrement() |
byte |
predecrement() |
byte |
preincrement() |
void |
set(byte value) |
java.lang.String |
toString() |
public byte get()
public void set(byte value)
public int intValue()
intValue in class java.lang.Numberpublic long longValue()
longValue in class java.lang.Numberpublic float floatValue()
floatValue in class java.lang.Numberpublic double doubleValue()
doubleValue in class java.lang.Numberpublic byte preincrement()
public byte predecrement()
public byte postincrement()
public byte postdecrement()
public java.lang.String toString()
toString in class java.lang.Object