Package org.htmlunit.html
Class StaticDomNodeList
- All Implemented Interfaces:
Serializable,Iterable<DomNode>,Collection<DomNode>,List<DomNode>,SequencedCollection<DomNode>,DomNodeList<DomNode>,NodeList
An implementation of DomNodeList that is static.
-
Field Summary
FieldsFields inherited from class java.util.AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
add, add, addAll, addAll, addFirst, addLast, clear, contains, containsAll, equals, getFirst, getLast, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, removeFirst, removeLast, replaceAll, retainAll, reversed, set, sort, spliterator, subList, toArray, toArray
-
Field Details
-
elements_
-
-
Constructor Details
-
StaticDomNodeList
-
-
Method Details
-
getLength
public int getLength() -
size
public int size()- Specified by:
sizein interfaceCollection<DomNode>- Specified by:
sizein interfaceList<DomNode>- Specified by:
sizein classAbstractCollection<DomNode>
-
item
-
get
-