| Property Getters/Setters Summary | ||
|---|---|---|
method | getCount() | |
method | get(index) | |
| Method Summary | ||
|---|---|---|
method | add(item) | |
Add the User object in the collection.
|
||
method | clear() | |
method | getUser(ID) | |
Gets the element at the specified ID.
|
||
method | getUser(name) | |
Gets the element at the specified ID.
|
||
method | iterator() | |
Reserved for internal use. |
||
method | remove(item) | |
Remove the User object from the collection.
|
||
method | removeAt(index) | |
int add(item)
remove(item)
User getUser(name)
name: String - User getUser(ID)
ID: int - clear()
removeAt(index)
Iterator iterator()