public abstract boolean setAll (Collection<? extends E> col)

Clears the ObservableList and add all elements from the collection.

Parameters:
col    the collection with elements that will be added to this observableArrayList

Returns:  true (as specified by Collection.add(E))

Exceptions:
NullPointerException    if the specified collection contains one or more null elements