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
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–2013. All rights reserved.