Package com.codeborne.selenide.impl
Interface NoOpsList<T>
- All Superinterfaces:
Collection<T>
,Iterable<T>
,List<T>
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
default boolean
default boolean
addAll
(int index, Collection<? extends T> c) default boolean
addAll
(Collection<? extends T> c) default void
clear()
default boolean
default boolean
containsAll
(Collection<?> c) default int
default int
default ListIterator<T>
default ListIterator<T>
listIterator
(int index) default T
remove
(int index) default boolean
default boolean
removeAll
(Collection<?> c) default boolean
retainAll
(Collection<?> c) default T
subList
(int fromIndex, int toIndex) default Object[]
toArray()
default <T1> T1[]
toArray
(T1[] a) Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
Methods inherited from interface java.util.List
equals, get, hashCode, isEmpty, iterator, replaceAll, size, sort, spliterator
-
Method Details
-
contains
-
toArray
-
toArray
@Nonnull default <T1> T1[] toArray(T1[] a) -
add
-
remove
-
containsAll
- Specified by:
containsAll
in interfaceCollection<T>
- Specified by:
containsAll
in interfaceList<T>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
default void clear() -
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOf
in interfaceList<T>
-
listIterator
- Specified by:
listIterator
in interfaceList<T>
-
listIterator
- Specified by:
listIterator
in interfaceList<T>
-
subList
-