Class SelectorListImpl
java.lang.Object
org.htmlunit.cssparser.parser.AbstractLocatable
org.htmlunit.cssparser.parser.selector.SelectorListImpl
- All Implemented Interfaces:
Serializable, Iterable<Selector>, Collection<Selector>, List<Selector>, SequencedCollection<Selector>, Locatable, SelectorList
Implementation of SelectorList.
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbooleanbooleanaddAll(int index, Collection<? extends Selector> c) booleanaddAll(Collection<? extends Selector> c) voidclear()booleanbooleancontainsAll(Collection<?> c) get(int index) intbooleanisEmpty()iterator()intlistIterator(int index) remove(int index) booleanbooleanremoveAll(Collection<?> c) booleanretainAll(Collection<?> c) intsize()subList(int fromIndex, int toIndex) Object[]toArray()<T> T[]toArray(T[] a) toString()Methods inherited from class AbstractLocatable
getLocator, setLocatorMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface List
addFirst, addLast, equals, getFirst, getLast, hashCode, removeFirst, removeLast, replaceAll, reversed, sort, spliterator
-
Field Details
-
selectors_
-
-
Constructor Details
-
SelectorListImpl
public SelectorListImpl()
-
-
Method Details
-
getSelectors
-
toString
-
size
-
isEmpty
-
contains
-
iterator
-
toArray
-
toArray
-
add
-
remove
-
containsAll
- Specified by:
containsAllin interfaceCollection<Selector>- Specified by:
containsAllin interfaceList<Selector>
-
addAll
-
addAll
-
removeAll
-
retainAll
-
clear
-
get
-
set
-
add
-
remove
-
indexOf
-
lastIndexOf
- Specified by:
lastIndexOfin interfaceList<Selector>
-
listIterator
- Specified by:
listIteratorin interfaceList<Selector>
-
listIterator
- Specified by:
listIteratorin interfaceList<Selector>
-
subList
-