Class ArrayListUtils


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

      Constructors 
      Constructor Description
      ArrayListUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.ArrayList createArrayList​(java.lang.Object[] a)  
      static double[] toDoubleArray​(java.util.ArrayList list)  
      static int[] toIntArray​(java.util.ArrayList list)  
      • Methods inherited from class java.lang.Object

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

      • ArrayListUtils

        public ArrayListUtils()
    • Method Detail

      • createArrayList

        public static java.util.ArrayList createArrayList​(java.lang.Object[] a)
      • toIntArray

        public static int[] toIntArray​(java.util.ArrayList list)
      • toDoubleArray

        public static double[] toDoubleArray​(java.util.ArrayList list)