Access | Constructor and Description |
---|---|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public void | |
public boolean | contains(String
The string to look for. param)Implements org. Test if a string is part of this |
public int | |
public String | item(int
Index into the collection. index)Implements org. Returns the |
fStrings | back to summary |
---|---|
private final List<String> fStrings |
DOMStringListImpl | back to summary |
---|---|
public DOMStringListImpl() Construct an empty list of DOMStringListImpl |
DOMStringListImpl | back to summary |
---|---|
public DOMStringListImpl(List<String> params) Construct a DOMStringListImpl from an ArrayList |
add | back to summary |
---|---|
public void add(String param) DOM Internal:
Add a
|
contains | back to summary |
---|---|
public boolean contains(String param) Implements org. Doc from org. Test if a string is part of this
|
getLength | back to summary |
---|---|
public int getLength() Implements org. Doc from org. The number of |
item | back to summary |
---|---|
public String item(int index) Implements org. Doc from org. Returns the
|