< prev index next >

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

Print this page

        

*** 159,169 **** */ public void set(int destIndex, ObservableIntegerArray src, int srcIndex, int length); /** * Sets a single value in the array. Avoid using this method if many values ! * are updated, use {@linkplain #setAll(int, int[], int, int)} update method * instead with as minimum number of invocations as possible. * @param index index of the value to set * @param value new value for the given index * @throws ArrayIndexOutOfBoundsException if {@code index} is outside * array bounds --- 159,169 ---- */ public void set(int destIndex, ObservableIntegerArray src, int srcIndex, int length); /** * Sets a single value in the array. Avoid using this method if many values ! * are updated, use {@linkplain #set(int, int[], int, int)} update method * instead with as minimum number of invocations as possible. * @param index index of the value to set * @param value new value for the given index * @throws ArrayIndexOutOfBoundsException if {@code index} is outside * array bounds
< prev index next >