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 |
|---|---|
void |
forEach(NodeList.ForEachCallbackFn<T> callback) |
<S> void |
forEach(NodeList.ForEachCallbackFn<T> callback,
S thisobj) |
T |
item(int index) |
public <S> void forEach(NodeList.ForEachCallbackFn<T> callback, S thisobj)
public void forEach(NodeList.ForEachCallbackFn<T> callback)
public T item(int index)