java max of arraylist code example Example: find max integer in arraylist java Click to copyList<Integer> list = new ArrayList<Integer>(); Collections.max(list)