| 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, subListadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, replaceAll, retainAll, size, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic JsonDomNodeList(List<E> list)
JsonDomNodeList based on list.list - list of nodesCopyright © 2024. All rights reserved.