Class IntegerParserWithoutSeparator

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

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

      • IntegerParserWithoutSeparator

        public IntegerParserWithoutSeparator()
    • Method Detail

      • instance

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