Package gnu.kawa.util

Class PrimArrayUtils


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

      Constructors 
      Constructor Description
      PrimArrayUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static int[] initArray6Int​(int[] arr, int index, int a, int b, int c, int d, int e, int f)
      Initialize six elements of an int array at once.
      • Methods inherited from class java.lang.Object

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

      • PrimArrayUtils

        public PrimArrayUtils()
    • Method Detail

      • initArray6Int

        public static int[] initArray6Int​(int[] arr,
                                          int index,
                                          int a,
                                          int b,
                                          int c,
                                          int d,
                                          int e,
                                          int f)
        Initialize six elements of an int array at once. This is a hack to work around Code size limitations.