|
CLDC Beta 2 |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Byte
The Byte class is the standard wrapper for byte values.
Field Summary | |
static byte |
MAX_VALUE
The maximum value a Byte can have. |
static byte |
MIN_VALUE
The minimum value a Byte can have. |
Constructor Summary | |
Byte(byte value)
Constructs a Byte object initialized to the specified byte value. |
Method Summary | |
byte |
byteValue()
Returns the value of this Byte as a byte. |
boolean |
equals(Object obj)
Compares this object to the specified object. |
int |
hashCode()
Returns a hashcode for this Byte. |
Methods inherited from class java.lang.Object |
getClass,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final byte MIN_VALUE
public static final byte MAX_VALUE
Constructor Detail |
public Byte(byte value)
value
- the initial value of the ByteMethod Detail |
public byte byteValue()
public int hashCode()
Object.equals(java.lang.Object)
,
Hashtable
public boolean equals(Object obj)
obj
- the object to compare with
|
Submit a bug or feature Java is trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries. Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved. |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |