public static class HTMLElements.ElementList extends Object
| Modifier and Type | Field and Description |
|---|---|
HTMLElements.Element[] |
data
The data in the list.
|
int |
size
The size of the list.
|
| Constructor and Description |
|---|
ElementList() |
| Modifier and Type | Method and Description |
|---|---|
void |
addElement(HTMLElements.Element element)
Adds an element to list, resizing if necessary.
|
public int size
public HTMLElements.Element[] data
public void addElement(HTMLElements.Element element)
Copyright © 2018. All rights reserved.