reversed property
Iterable<E>
get
reversed
An Iterable of the objects in this list in reverse order.
Implementation
Iterable<E> get reversed;
An Iterable of the objects in this list in reverse order.
Iterable<E> get reversed;