|
MathWorx | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--Array
Method Summary | |
Boolean
|
compareArray(<Array> arr)
Adds a method to the Array prototype to test whether or not two Arrays (including nested arrays) are equal. |
Boolean
|
contains(<Object> obj)
Adds a method to the Array prototype to check whether or not the array contains a given object. |
Method Detail |
Boolean compareArray(<Array> arr)
arr
- the array with which to check equality
Boolean contains(<Object> obj)
obj
- the object to search for in the array
|
MathWorx | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |