public class IntTool extends Object
IntTool()
static int[]
convert(String[] array)
static boolean
inArray(int[] array, int number)
static void
main(String[] args)
static Integer
parse(String s)
static int
parse(String s, int defaultValue)
static String
toStr(int num, int length)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public IntTool()
public static int parse(String s, int defaultValue)
public static Integer parse(String s)
public static int[] convert(String[] array)
public static boolean inArray(int[] array, int number)
public static String toStr(int num, int length)
public static void main(String[] args)
Copyright © 2022. All rights reserved.