Google Web Toolkit
« prev
next »
Google Code Home
>
Google Web Toolkit
>
JRE Emulation Library
>
java.lang
>
Number
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 Number
public class Number
extends
Object
// Superclass of
Long
,
Integer
,
Short
,
Byte
,
Double
,
Float
Abstract base class for numberic wrapper classes.
Fields
floatRegex
Stores a regular expression object to verify format of float values.
Methods
byteValue()
doubleValue()
floatValue()
intValue()
longValue()
shortValue()