1. int[] a = { 1, 2, 3 };
  2. Iterator<int[]> iterator = Arrays.asList(a).iterator();
  3. iterator.next();
  4. iterator.remove(); // throws UnsupportedOperationException