< prev index next >

modules/javafx.base/src/main/java/javafx/collections/ObservableList.java

Print this page
rev 10292 : 8173385: spelling errors in JavaFX javadoc
Reviewed-by: aghaisas

*** 79,89 **** * @throws NullPointerException if the specified collection contains one or more null elements */ public boolean setAll(Collection<? extends E> col); /** ! * A convenient method for var-arg usage of removaAll method. * @param elements the elements to be removed * @return true if list changed as a result of this call */ public boolean removeAll(E... elements); --- 79,89 ---- * @throws NullPointerException if the specified collection contains one or more null elements */ public boolean setAll(Collection<? extends E> col); /** ! * A convenient method for var-arg usage of removeAll method. * @param elements the elements to be removed * @return true if list changed as a result of this call */ public boolean removeAll(E... elements);
< prev index next >