Get the next member in the collection.
if(this.atEnd()){ return null; // object } this.element=a[position++]; return this.element; // object