Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the number of elements actually contained in the collection.
|
||
method | get(index) | |
Gets the element at the specified index.
|
||
method | get(name) | |
Gets the element at the specified attribute Name. Returns null if an element is not exist.
|
Method Summary | ||
---|---|---|
method | add(solutionXml) | |
Add the SolutionXML in the collection.
|
||
method | clear() | |
Removes all elements from collection.
|
||
method | isExist(index) | |
Is exist item in the collection.
|
||
method | iterator() | |
Supports a simple iteration over a nongeneric collection.
|
||
method | remove(solutionXml) | |
Remove the SolutionXML from the collection.
|
int getCount()
SolutionXML get(index)
index
- SolutionXML get(name)
name
- int add(solutionXml)
solutionXml: SolutionXML
- remove(solutionXml)
solutionXml: SolutionXML
- Iterator iterator()
boolean isExist(index)
index: int
- index of element.clear()