|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lava.konst.SHORT
Short constants.
Details: SHORT
is a collection of short
constants.
Field Summary | |
static short |
MAX_SBYTE
0x007f. |
static short |
MAX_SSHORT
0x7fff. |
static short |
MAX_UBYTE
0x00ff. |
static short |
MAX_USHORT
0xffff. |
static short |
MIN_SBYTE
0x0080. |
static short |
MIN_SSHORT
0x8000. |
static short |
MIN_UBYTE
0x0000. |
static short |
MIN_USHORT
0x0000. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final short MAX_SSHORT
Details: Maximum signed short
value.
public static final short MIN_SSHORT
Details: Minimum signed short
value.
public static final short MAX_USHORT
Details: Maximum unsigned short
value.
public static final short MIN_USHORT
Details: Minimum unsigned short
value.
public static final short MAX_SBYTE
Details: Maximum signed byte
value.
public static final short MIN_SBYTE
Details: Minimum signed byte
value.
public static final short MAX_UBYTE
Details: Maximum unsigned byte
value.
public static final short MIN_UBYTE
Details: Minimum unsigned byte
value.
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |