Package com.google.gwt.text.client
Class LongParser
- java.lang.Object
-
- com.google.gwt.text.client.LongParser
-
- All Implemented Interfaces:
Parser<java.lang.Long>
public class LongParser extends java.lang.Object implements Parser<java.lang.Long>
A localized parser based onNumberFormat.getDecimalFormat()
.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
LongParser()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Parser<java.lang.Long>
instance()
Returns the instance of the no-op renderer.java.lang.Long
parse(java.lang.CharSequence object)
-
-
-
Method Detail
-
instance
public static Parser<java.lang.Long> instance()
Returns the instance of the no-op renderer.
-
-