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