public class NodeList extends AbstractList<Node> implements NodeList
modCount| Modifier and Type | Method and Description |
|---|---|
Node |
get(int index) |
int |
getLength() |
Node |
item(int index) |
int |
size() |
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subListaddAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArrayparallelStream, removeIf, streampublic NodeList(NodeList nodes)
nodes - The node list to wrap.public Node get(int index)
public int size()
size in interface Collection<Node>size in interface List<Node>size in class AbstractCollection<Node>Copyright © 2005–2015. All rights reserved.