intの時

ArrayList array = new ArrayList();

array.add(value);

array.get(i);


ついでにrandomも

Random rand = new Random();

int value = rand.nextInt(75);