Methods

add(ruleSet) → Number

Add the ruleSet in the collection.

Parameter

Name Type Optional Description

ruleSet

RuleSet

 

Returns

Number 

clear()

Removes all elements from collection.

get(index) → RuleSet

Gets the element at the specified index.

Parameter

Name Type Optional Description

index

Number

 

Returns

RuleSet 

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(ruleSet)

Remove the ruleSet from the collection.

Parameter

Name Type Optional Description

ruleSet

RuleSet