Class Numbers


  • public class Numbers
    extends Object
    Author:
    Denis Danilin | me@loslobos.ru 07.02.2023 10:57 FairHttpService ☭ sweat and blood
    • Constructor Detail

      • Numbers

        public Numbers()
    • Method Detail

      • getLong

        public static long getLong​(Object value,
                                   int radix)
      • getLong

        public static long getLong​(Object value)
      • getInt

        public static int getInt​(Object parameter,
                                 int max,
                                 int min)
      • getInt

        public static int getInt​(Object parameter)
      • getShort

        public static short getShort​(Object parameter)
      • getDouble

        public static double getDouble​(Object parameter)
      • getFloat

        public static float getFloat​(Object parameter)