reversed property

Iterable<E> reversed

Returns an Iterable of the objects in this list in reverse order.

Implementation

Iterable<E> get reversed;