パッケージ: | Global |
定義ファイル: | Ext.js |
クラス: | Array |
継承元: | Object |
メソッド | 定義クラス | |
---|---|---|
indexOf(
Object o
)
:
Number指定されたオブジェクトが配列内に存在するかをチェックします。 Checks whether or not the specified object exists in the array. 指定されたオブジェクトが配列内に存在するかをチェックします。 Checks whether or not the specified object exists in the array. パラメータ:
| Array | |
remove(
Object o
)
:
Array配列から指定されたオブジェクトを削除します。
もしオブジェクトが存在しない場合... Removes the specified object from the array. If the object is not found nothing happens. 配列から指定されたオブジェクトを削除します。
もしオブジェクトが存在しない場合は、何も処理を行いません。 Removes the specified object from the array. If the object is not found nothing happens. パラメータ:
| Array |