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 AbstractList
modCount -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListMethods inherited from class AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface 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
-
size
public int size()- Specified by:
sizein interfaceCollection<DomNode>- Specified by:
sizein interfaceList<DomNode>- Specified by:
sizein classAbstractCollection<DomNode>
-
item
-
get
-