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