Methods

add() → Number

Add the Reviewer object in the collection.

Returns

Number 

clear()

get()

getCount()

getReviewer(ID) → Reviewer

Gets the element at the specified ID.

Parameter

Name Type Optional Description

ID

Number

 

Returns

Reviewer 

getReviewer(name) → Reviewer

Gets the element at the specified name.

Parameter

Name Type Optional Description

name

String

 

Returns

Reviewer 

iterator()

Reserved for internal use.

remove()

Remove the Reviewer object from the collection.

removeAt()