ReviewerCollection

ReviewerCollection class

Reviewer collection.

Methods

NameDescription
add()Add the Reviewer object in the collection.
clear()
get()
getCount()
getReviewer(ID)Gets the element at the specified ID.
getReviewer(name)Gets the element at the specified name.
iterator()Reserved for internal use.
remove()Remove the Reviewer object from the collection.
removeAt()

add()

Add the Reviewer object in the collection.

Returns: Number — Number

clear()

get()

getCount()

getReviewer(ID)

Gets the element at the specified ID.

ParameterTypeDescription
IDNumber

Returns: Reviewer — Reviewer

getReviewer(name)

Gets the element at the specified name.

ParameterTypeDescription
nameString

Returns: Reviewer — Reviewer

iterator()

Reserved for internal use.

remove()

Remove the Reviewer object from the collection.

removeAt()