Class Numbers
- java.lang.Object
-
- org.logdoc.fairhttp.service.tools.Numbers
-
public class Numbers extends Object
- Author:
- Denis Danilin | me@loslobos.ru 07.02.2023 10:57 FairHttpService ☭ sweat and blood
-
-
Constructor Summary
Constructors Constructor Description Numbers()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static doublegetDouble(Object parameter)static floatgetFloat(Object parameter)static intgetInt(Object parameter)static intgetInt(Object parameter, int max, int min)static longgetLong(Object value)static longgetLong(Object value, int radix)static shortgetShort(Object parameter)
-
-
-
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)
-
-