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, subList
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
parallelStream, removeIf, stream
public 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–2017. All rights reserved.