public class TByte extends TNumber implements TComparable<TByte>
Modifier and Type | Field and Description |
---|---|
static byte |
MAX_VALUE |
static byte |
MIN_VALUE |
static int |
SIZE |
static Class<Byte> |
TYPE |
Modifier and Type | Method and Description |
---|---|
byte |
byteValue() |
static int |
compare(byte a,
byte b) |
int |
compareTo(TByte other) |
static TByte |
decode(String nm) |
double |
doubleValue() |
boolean |
equals(Object other) |
float |
floatValue() |
int |
hashCode() |
int |
intValue() |
long |
longValue() |
static byte |
parseByte(String s) |
static byte |
parseByte(String s,
int radix) |
String |
toString() |
static String |
toString(byte value) |
static TByte |
valueOf(byte value) |
static TByte |
valueOf(String s) |
static TByte |
valueOf(String s,
int radix) |
shortValue
public static final byte MIN_VALUE
public static final byte MAX_VALUE
public static final int SIZE
public TByte(byte value)
public TByte(String value)
public float floatValue()
floatValue
in class TNumber
public double doubleValue()
doubleValue
in class TNumber
public static TByte valueOf(byte value)
public static String toString(byte value)
public static int compare(byte a, byte b)
public int compareTo(TByte other)
compareTo
in interface TComparable<TByte>
public static byte parseByte(String s) throws TNumberFormatException
TNumberFormatException
public static byte parseByte(String s, int radix) throws TNumberFormatException
TNumberFormatException
public static TByte valueOf(String s, int radix) throws TNumberFormatException
TNumberFormatException
public static TByte valueOf(String s) throws TNumberFormatException
TNumberFormatException
public static TByte decode(String nm) throws TNumberFormatException
TNumberFormatException
Copyright © 2019. All rights reserved.