Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.lang
>
Long
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 Long
public final class Long
extends
Number
implements
Comparable
Wraps a primitive
long
as an object.
Fields
MAX_VALUE
MIN_VALUE
Constructors
Long(long)
Long(String)
Methods
byteValue()
compareTo(Long)
compareTo(Object)
decode(String)
doubleValue()
equals(Object)
floatValue()
hashCode()
intValue()
longValue()
parseLong(String)
parseLong(String, int)
shortValue()
toBinaryString(long)
toHexString(long)
toString(long)
toString()
valueOf(String)
valueOf(String, int)