Class ArrayKit

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

public class ArrayKit extends Object
数组相关工具
Author:
渔民小镇
date:
2022-01-14
  • Constructor Details

    • ArrayKit

      public ArrayKit()
  • Method Details

    • copy

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

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

      public boolean notEmpty(Object[] array)
    • notEmpty

      public boolean notEmpty(byte[] array)
    • notEmpty

      public boolean notEmpty(int[] array)
    • notEmpty

      public boolean notEmpty(long[] array)
    • isEmpty

      public boolean isEmpty(byte[] array)
    • isEmpty

      public boolean isEmpty(int[] array)
    • isEmpty

      public boolean isEmpty(long[] array)
    • isEmpty

      public boolean isEmpty(Object[] array)
    • toArrayLong

      public long[] toArrayLong(Collection<Long> dataCollection)
    • toArrayInt

      public int[] toArrayInt(Collection<Integer> dataCollection)
    • toList

      public List<Long> toList(long[] dataArray)
    • toList

      public List<Integer> toList(int[] dataArray)
    • toSet

      public Set<Integer> toSet(int[] dataArray)