Returns an iterator over the elements in this stack from top to bottom.
@override Iterator<E> get iterator => _LinkedStackIterator<E>(_top);