Constructor Summary |
---|
CustomPropCollection()
Constructor. |
Property Getters/Setters Summary | ||
---|---|---|
method | getCount() | |
Gets the number of elements actually contained in the collection.
|
||
method | get(index) | |
Gets the element at specified index.
|
Method Summary | ||
---|---|---|
method | add(customProp) | |
Add the CustomProp object 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(customProp) | |
Remove the CustomProp object from the collection.
|
int getCount()
CustomProp get(index)
index
- int add(customProp)
customProp: CustomProp
- remove(customProp)
customProp: CustomProp
- Iterator iterator()
boolean isExist(index)
index: int
- index of element.clear()