Constructor and Description |
---|
JsonDomNodeList(List<E> list)
Constructor to create a
JsonDomNodeList based on list . |
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
boolean |
isModifiable() |
E |
item(int index) |
add, addAll, get, getWrappedForRead, getWrappedIfModifiable, indexOf, lastIndexOf, listIterator, listIterator, remove, set, subList
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public JsonDomNodeList(List<E> list)
JsonDomNodeList
based on list
.list
- list of nodesCopyright © 2024. All rights reserved.