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, remove, get, equals, hashCode, indexOf, clear, lastIndexOf, subList, iterator, addAll, set, listIterator, listIterator, remove, toString, isEmpty, contains, size, toArray, toArray, addAll, containsAll, retainAll, removeAll, wait, wait, wait, getClass, notify, notifyAll, toArray, spliterator, stream, removeIf, parallelStream, forEach, replaceAll, sort |
Copyright © 2003-2021 The Apache Software Foundation. All rights reserved.