I\'m creating an arrayList using an array like:
int[] ages = new int[]{32,26,37,32}; List myAges = new ArrayList(Arrays.asList(ages));