public final class MutableByte extends Number implements Comparable<MutableByte>, Cloneable
| Modifier and Type | Field and Description |
|---|---|
byte |
value |
| Constructor and Description |
|---|
MutableByte() |
MutableByte(byte value) |
MutableByte(Number number) |
MutableByte(String value) |
| Modifier and Type | Method and Description |
|---|---|
MutableByte |
clone() |
int |
compareTo(MutableByte other) |
double |
doubleValue() |
boolean |
equals(Object obj) |
float |
floatValue() |
byte |
getValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
void |
setValue(byte value) |
void |
setValue(Number value) |
String |
toString() |
byteValue, shortValuepublic MutableByte()
public MutableByte(byte value)
public MutableByte(String value)
public MutableByte(Number number)
public byte getValue()
public void setValue(byte value)
public void setValue(Number value)
public float floatValue()
floatValue in class Numberpublic double doubleValue()
doubleValue in class Numberpublic int compareTo(MutableByte other)
compareTo in interface Comparable<MutableByte>public MutableByte clone()
Copyright © 2016 jetbrick. All rights reserved.