Package cc.mallet.util
Class ArrayListUtils
- java.lang.Object
-
- cc.mallet.util.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)
-