Package ch.njol.util.coll
Class ReversedListView<T>
java.lang.Object
ch.njol.util.coll.ReversedListView<T>
- All Implemented Interfaces:
Iterable<T>
,Collection<T>
,List<T>
,SequencedCollection<T>
Deprecated, for removal: This API element is subject to removal in a future version.
unused
-
Constructor Summary
ConstructorDescriptionReversedListView
(List<T> list) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoid
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
addAll
(int index, Collection<? extends T> c) Deprecated, for removal: This API element is subject to removal in a future version.boolean
addAll
(Collection<? extends T> c) Deprecated, for removal: This API element is subject to removal in a future version.void
clear()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
containsAll
(@Nullable Collection<?> c) Deprecated, for removal: This API element is subject to removal in a future version.boolean
Deprecated, 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.int
hashCode()
Deprecated, for removal: This API element is subject to removal in a future version.int
Deprecated, for removal: This API element is subject to removal in a future version.boolean
isEmpty()
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.int
lastIndexOf
(@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.boolean
Deprecated, for removal: This API element is subject to removal in a future version.boolean
removeAll
(@Nullable Collection<?> c) Deprecated, for removal: This API element is subject to removal in a future version.boolean
retainAll
(@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.int
size()
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 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
addFirst, addLast, getFirst, getLast, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Constructor Details
-
ReversedListView
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
size
public int size()Deprecated, for removal: This API element is subject to removal in a future version. -
isEmpty
public boolean isEmpty()Deprecated, for removal: This API element is subject to removal in a future version. -
contains
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. -
listIterator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listIterator
in interfaceList<T>
-
listIterator
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
listIterator
in interfaceList<T>
-
toArray
Deprecated, for removal: This API element is subject to removal in a future version. -
toArray
public <R> R[] toArray(R[] a) Deprecated, for removal: This API element is subject to removal in a future version. -
add
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
Deprecated, for removal: This API element is subject to removal in a future version. -
containsAll
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
containsAll
in interfaceCollection<T>
- Specified by:
containsAll
in 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
public void clear()Deprecated, for removal: This API element is subject to removal in a future version. -
get
Deprecated, for removal: This API element is subject to removal in a future version. -
set
Deprecated, for removal: This API element is subject to removal in a future version. -
add
Deprecated, for removal: This API element is subject to removal in a future version. -
remove
Deprecated, for removal: This API element is subject to removal in a future version. -
indexOf
Deprecated, for removal: This API element is subject to removal in a future version. -
lastIndexOf
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
lastIndexOf
in interfaceList<T>
-
subList
Deprecated, for removal: This API element is subject to removal in a future version. -
hashCode
public int hashCode()Deprecated, for removal: This API element is subject to removal in a future version. -
equals
Deprecated, for removal: This API element is subject to removal in a future version.
-