removeAllElements()

ビジネス・オブジェクト配列からすべての要素を除去します。

構文

void removeAllElements()
 

次の例では、配列 items のすべての要素を除去します。

items.removeAllElements();
 

Copyright IBM Corp. 2004