Class Parser


  • public class Parser
    extends Object
    • Constructor Detail

      • Parser

        public Parser()
    • Method Detail

      • parseInt

        @Nullable
        public static @Nullable Integer parseInt​(String s)
      • parseShort

        @Nullable
        public static @Nullable Short parseShort​(String s)
      • parseDouble

        @Nullable
        public static @Nullable Double parseDouble​(String s)
      • parseFloat

        @Nullable
        public static @Nullable Float parseFloat​(String s)