public class NumberKit extends Object
NumberKit class.
NumberKit()
static String
decimalToHex(int decimal)
static int
getInt(Object obj)
getInt(String str)
static char
toHexChar(int hexValue)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public NumberKit()
public static int getInt(String str)
getInt.
str
String
public static int getInt(Object obj)
obj
Object
public static String decimalToHex(int decimal)
decimalToHex.
decimal
public static char toHexChar(int hexValue)
toHexChar.
hexValue
Copyright © 2023. All rights reserved.