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