Class ArrayUtilsInt


  • public class ArrayUtilsInt
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ArrayUtilsInt()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int[] arraycopyAndInsertInt​(int[] src, int idx, int value)  
      static int[] arraycopyAndRemoveInt​(int[] src, int idx)  
      static int[] arrayOfInt​(int... items)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ArrayUtilsInt

        public ArrayUtilsInt()
    • Method Detail

      • arrayOfInt

        public static final int[] arrayOfInt​(int... items)
      • arraycopyAndInsertInt

        public static int[] arraycopyAndInsertInt​(int[] src,
                                                  int idx,
                                                  int value)
      • arraycopyAndRemoveInt

        public static int[] arraycopyAndRemoveInt​(int[] src,
                                                  int idx)