Methods

add(issue) → Number

Add the issue in the collection.

Parameter

Name Type Optional Description

issue

Issue

 

Returns

Number 

clear()

Removes all elements from collection.

get(index) → Issue

Gets the element at the specified index.

Parameter

Name Type Optional Description

index

Number

 

Returns

Issue 

getCount()

Gets the number of elements actually contained in the collection.

isExist(index) → boolean

Is exist item in the collection.

Parameter

Name Type Optional Description

index

Number

 

index of element.

Returns

boolean 

iterator() → Iterator

Supports a simple iteration over a nongeneric collection.

Returns

Iterator 

remove(issue)

Remove the issue from the collection.

Parameter

Name Type Optional Description

issue

Issue