| Constructor Summary |
|---|
CustomPropCollection()
Constructor. |
| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(customProp) | |
Add the CustomProp object in the collection.
|
||
method | clear() | |
method | iterator() | |
Reserved for internal use. |
||
method | remove(customProp) | |
Remove the CustomProp object from the collection.
|
||
method | removeAt(index) | |
int getCount()
CustomProp get(index)
int add(customProp)
customProp: CustomProp - remove(customProp)
customProp: CustomProp - clear()
removeAt(index)
Iterator iterator()