606162636465666768
throw new UnsupportedOperationException(); } public Object next() { if (count > array.length) throw new FastNoSuchElementException(); return array[count++]; }