|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Object | +--Array
| Method Summary | |
Object
|
add(element)
Array convenience method to add set functionality to Arrays
...
|
Object
|
addAll(that)
Array convenience method to add set functionality to Arrays
...
|
void
|
clear()
Array convenience method to clear membership. |
Object
|
contains(element)
Array convenience method to check for membership. |
Object
|
push(element)
Array convenience method to add stack functionality to Arrays
in browsers that do not support ECMAScript v3.
|
Object
|
remove(element)
Array convenience method to remove element. |
| Method Detail |
Object add(element)
Arrays
... if the element is already a member of this array, return false.
Otherwise, add it and return true.
object - element
Object addAll(that)
Arrays
... Uniquely adds all elements in the array parameter to this array.
Returns true if any new elements were added to this array. False otherwise.
Array - that
void clear()
object - element
Object contains(element)
object - element
Object push(element)
Arrays
in browsers that do not support ECMAScript v3.
object - element
Object remove(element)
object - element
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||