public class

LongParser

extends Object
implements Parser<T>
java.lang.Object
   ↳ com.google.gwt.text.client.LongParser

Class Overview

A localized parser based on getDecimalFormat().

Summary

Protected Constructors
LongParser()
Public Methods
static Parser<Long> instance()
Returns the instance of the no-op renderer.
Long parse(CharSequence object)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.gwt.text.shared.Parser

Protected Constructors

protected LongParser ()

Public Methods

public static Parser<Long> instance ()

Returns the instance of the no-op renderer.

public Long parse (CharSequence object)