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