Class LongParserWithoutSeparator

  • All Implemented Interfaces:
    com.google.gwt.text.shared.Parser<Long>

    public class LongParserWithoutSeparator
    extends Object
    implements com.google.gwt.text.shared.Parser<Long>
    parse text to long value.
    Author:
    Manfred Tremmel
    • Constructor Detail

      • LongParserWithoutSeparator

        public LongParserWithoutSeparator()
    • Method Detail

      • instance

        public static final com.google.gwt.text.shared.Parser<Long> instance()
        returns the instance.
        Returns:
        IntegerParserWithoutSeparator