iterator property

view source

Iterator<E> iterator

inherited

Implementation

Iterator<E> get iterator => ListIterator<E>(this);