T - type of the list elementpublic class ReversedIterator<T> extends Object implements Iterable<T>
| Constructor and Description |
|---|
ReversedIterator(List<T> original) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<T> |
iterator() |
static <T> ReversedIterator<T> |
reverse(List<T> original) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorCopyright © 2021. All rights reserved.