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