public class ReversedList<E> extends AbstractList implements RandomAccess, Serializable
Represents view of reversed list
| Constructor and description | 
|---|
| ReversedList(List<E> list) | 
| Methods inherited from class | Name | 
|---|---|
| class AbstractList | add, add, addAll, addAll, clear, contains, containsAll, equals, forEach, get, getClass, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, notify, notifyAll, parallelStream, remove, remove, removeAll, removeIf, replaceAll, retainAll, set, size, sort, spliterator, stream, subList, toArray, toArray, toArray, toString, wait, wait, wait | 
Copyright © 2003-2025 The Apache Software Foundation. All rights reserved.