Class ReversedListView<T>
java.lang.Object
ch.njol.util.coll.ReversedListView<T>
- All Implemented Interfaces:
Iterable<T>, Collection<T>, List<T>, SequencedCollection<T>
@Deprecated(since="2.10.0",
forRemoval=true)
public class ReversedListView<T>
extends Object
implements List<T>
Deprecated, for removal: This API element is subject to removal in a future version.
unused
-
Constructor Summary
ConstructorsConstructorDescriptionReversedListView(List<T> list) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidDeprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanaddAll(int index, Collection<? extends T> c) Deprecated, for removal: This API element is subject to removal in a future version.booleanaddAll(Collection<? extends T> c) Deprecated, for removal: This API element is subject to removal in a future version.voidclear()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleancontainsAll(@Nullable Collection<?> c) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.get(int index) Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()Deprecated, for removal: This API element is subject to removal in a future version.intDeprecated, for removal: This API element is subject to removal in a future version.booleanisEmpty()Deprecated, for removal: This API element is subject to removal in a future version.iterator()Deprecated, for removal: This API element is subject to removal in a future version.intlastIndexOf(@Nullable Object o) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.listIterator(int index) Deprecated, for removal: This API element is subject to removal in a future version.remove(int index) Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, for removal: This API element is subject to removal in a future version.booleanremoveAll(@Nullable Collection<?> c) Deprecated, for removal: This API element is subject to removal in a future version.booleanretainAll(@Nullable Collection<?> c) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.intsize()Deprecated, for removal: This API element is subject to removal in a future version.subList(int fromIndex, int toIndex) Deprecated, for removal: This API element is subject to removal in a future version.Object[]toArray()Deprecated, for removal: This API element is subject to removal in a future version.<R> R[]toArray(R[] a) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
ReversedListView
-
-
Method Details
-
size
-
isEmpty
-
contains
-
iterator
-
listIterator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listIteratorin interfaceList<T>
-
listIterator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listIteratorin interfaceList<T>
-
toArray
-
toArray
-
add
-
remove
-
containsAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsAllin interfaceCollection<T>- Specified by:
containsAllin interfaceList<T>
-
addAll
Deprecated, for removal: This API element is subject to removal in a future version. -
addAll
Deprecated, for removal: This API element is subject to removal in a future version. -
removeAll
Deprecated, for removal: This API element is subject to removal in a future version. -
retainAll
Deprecated, for removal: This API element is subject to removal in a future version. -
clear
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
lastIndexOfin interfaceList<T>
-
subList
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
-
equals
-