| Package | org.spicefactory.lib.util |
| Class | public class ArrayUtil |
| Inheritance | ArrayUtil Object |
| Method | Defined By | ||
|---|---|---|---|
remove(arr:Array, element:*):Boolean [static]
Removes the specified instance from the Array. | ArrayUtil | ||
| remove | () | method |
public static function remove(arr:Array, element:*):BooleanRemoves the specified instance from the Array.
Parameters
arr:Array — the Array to remove the element from
| |
element:* — the element to remove
|
Boolean — true if the Array contained the specified element
|