Method Syntax Description .addAll().addAll(collection) Adds the elements in collection to the collection. .clear().clear() Removes all the items in the collection. .remove().remove(item) Removes item from the collection.
確定! 回上一頁