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