T
- the type of contained nodepublic class NodeList<T extends Node> extends JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
NodeList() |
Modifier and Type | Method and Description |
---|---|
T |
getItem(int index)
Returns the indexth item in the collection.
|
int |
getLength()
The number of nodes in the list.
|
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
public final T getItem(int index)
index
- Index into the collectionpublic final int getLength()