public class NodeList<T>
extends java.lang.Object
implements java.lang.Iterable<T>
| Modifier and Type | Field and Description |
|---|---|
double |
length |
| Constructor and Description |
|---|
NodeList() |
| Modifier and Type | Method and Description |
|---|---|
T |
item(double index) |
public T item(double index)