类 ArrayKit

java.lang.Object
com.iohao.game.common.kit.ArrayKit

public class ArrayKit extends Object
数组相关工具
作者:
渔民小镇
日期:
2022-01-14
  • 构造器详细资料

    • ArrayKit

      public ArrayKit()
  • 方法详细资料

    • sum

      public int sum(int[] cards)
      统计数组数量
      返回:
      数量
    • copy

      public int[] copy(int[] cards)
    • toList

      public List<Integer> toList(int[] cards)
    • subtract

      public void subtract(int[] cards, int[] beCards)
    • plus

      public void plus(int[] cards, int[] beCards)
    • plus

      public void plus(int[] cards, List<Integer> beCards)
    • random

      public List<Integer> random(int[] cards, int size)
    • join

      public String join(Object[] array, CharSequence delimiter)
    • notEmpty

      public boolean notEmpty(Object[] array)
    • notEmpty

      public boolean notEmpty(byte[] array)
    • isEmpty

      public boolean isEmpty(byte[] array)
    • isEmpty

      public boolean isEmpty(int[] array)
    • isEmpty

      public boolean isEmpty(Object[] array)
    • random

      public <T> T random(T[] array)