Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.i18n.client |
Internationalization support for GWT applications.
|
java.lang |
Constructor and Description |
---|
GwtVersion(String versionString)
Parse a version number as a string.
|
Modifier and Type | Method and Description |
---|---|
double |
NumberFormat.parse(String text)
Parses text to produce a numeric value.
|
double |
NumberFormat.parse(String text,
int[] inOutPos)
Parses text to produce a numeric value.
|
Modifier and Type | Method and Description |
---|---|
protected static int |
Number.__decodeAndValidateInt(String s,
int lowerBound,
int upperBound) |
protected static double |
Number.__parseAndValidateDouble(String s) |
protected static int |
Number.__parseAndValidateInt(String s,
int radix,
int lowerBound,
int upperBound) |
protected static long |
Number.__parseAndValidateLong(String s,
int radix) |
static Long |
Long.decode(String s) |
static Short |
Short.decode(String s) |
static Byte |
Byte.decode(String s) |
static Integer |
Integer.decode(String s) |
static byte |
Byte.parseByte(String s) |
static byte |
Byte.parseByte(String s,
int radix) |
static double |
Double.parseDouble(String s) |
static float |
Float.parseFloat(String s) |
static int |
Integer.parseInt(String s) |
static int |
Integer.parseInt(String s,
int radix) |
static long |
Long.parseLong(String s) |
static long |
Long.parseLong(String s,
int radix) |
static short |
Short.parseShort(String s) |
static short |
Short.parseShort(String s,
int radix) |
static Long |
Long.valueOf(String s) |
static Short |
Short.valueOf(String s) |
static Byte |
Byte.valueOf(String s) |
static Float |
Float.valueOf(String s) |
static Integer |
Integer.valueOf(String s) |
static Double |
Double.valueOf(String s) |
static Long |
Long.valueOf(String s,
int radix) |
static Short |
Short.valueOf(String s,
int radix) |
static Byte |
Byte.valueOf(String s,
int radix) |
static Integer |
Integer.valueOf(String s,
int radix) |
Copyright © 2018. All rights reserved.