105106107108109110111
return dim; } public Iterator<Object> iterator() { return new ArrayIterator( array ); }