Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.lang
>
Byte
Google Web Toolkit
Download GWT
Product Overview
Getting Started Guide
Example Projects
Developer Guide
Class Reference
Issue Tracking
Developer Forum
GWT Blog
GWT FAQ
Making GWT Better
Third Party Tools
Search Google Code:
Class Byte
public final class Byte
extends
Number
implements
Comparable
Wraps native
byte
as an object.
Fields
MAX_VALUE
MIN_VALUE
Constructors
Byte(byte)
Byte(String)
Methods
byteValue()
compareTo(Byte)
compareTo(Object)
decode(String)
doubleValue()
equals(Object)
floatValue()
hashCode()
intValue()
longValue()
parseByte(String)
parseByte(String, int)
shortValue()
toString(byte)
toString()
valueOf(String)
valueOf(String, int)