java.lang.Object
com.yuzhyn.azylee.core.datas.numbers.IntTool

public class IntTool extends Object
  • 构造器详细资料

    • IntTool

      public IntTool()
  • 方法详细资料

    • createIntegerList

      public static List<Integer> createIntegerList(int begin, int end)
      创建整数数组列表
      参数:
      begin - 从?开始(包含)
      end - 到?结束(包含)
      返回:
      返回
    • parse

      public static int parse(String s, int defaultValue)
    • parse

      public static Integer parse(String s)
    • convert

      public static int[] convert(String[] array)
    • inArray

      public static boolean inArray(int[] array, int number)
    • toStr

      public static String toStr(int num, int length)
    • main

      public static void main(String[] args)