se.chalmers.cs.gf.util
Class ArrayUtil

java.lang.Object
  extended by se.chalmers.cs.gf.util.ArrayUtil

public class ArrayUtil
extends java.lang.Object

Some array utility methods.


Method Summary
static int[] toIntArray(java.util.Collection<java.lang.Integer> xs)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toIntArray

public static int[] toIntArray(java.util.Collection<java.lang.Integer> xs)