public class NodeList<T>
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
NodeList.ForEachCallbackFn<T> |
Modifier and Type | Field and Description |
---|---|
int |
length |
Constructor and Description |
---|
NodeList() |
Modifier and Type | Method and Description |
---|---|
<T> void |
forEach(NodeList.ForEachCallbackFn<T> callback) |
<T,S> void |
forEach(NodeList.ForEachCallbackFn<T> callback,
S thisobj) |
T |
item(double index) |
public <T,S> void forEach(NodeList.ForEachCallbackFn<T> callback, S thisobj)
public <T> void forEach(NodeList.ForEachCallbackFn<T> callback)
public T item(double index)