Okay I am trying to get an array (a primitive integer array) called a1 which contains integers. I want to return an ArrayList that has the entries of a1? This should be really simple, but it is just one of those days....
like
public static ? formlist(//a1 is sent as a parameter so int a1[] ?)
{
}