Google Web Toolkit (Beta)
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.lang
>
Long
Google Web Toolkit
Product Overview
Getting Started Guide
Download SDK
Developer Guide
Example Projects
GWT Class Reference
JRE Emulation Library
Web Toolkit FAQ
Web Toolkit Blog
Developer Forum
Search Google Code
Class Long
public final class Long
extends
Number
implements
Comparable
Fields
MAX_VALUE
MIN_VALUE
Constructors
Long(long)
Long(String)
Methods
byteValue()
compareTo(Object)
compareTo(Long)
decode(String)
doubleValue()
equals(Object)
floatValue()
hashCode()
intValue()
longValue()
parseLong(String, int)
parseLong(String)
shortValue()
toBinaryString(long)
toHexString(long)
toString(long)
toString()
valueOf(String)
valueOf(String, int)