@@ -6123,7 +6123,7 @@ public ObservableList<?> getDependencies() {
61236123 * @param <E> the type of the {@code List} elements
61246124 * @return the new {@code ObjectBinding}
61256125 * @throws NullPointerException if the {@code ObservableList} is {@code null}
6126- * @throws IllegalArgumentException if ( @code index < 0)
6126+ * @throws IllegalArgumentException if { @code index < 0}
61276127 * @since JavaFX 2.1
61286128 */
61296129 public static <E > ObjectBinding <E > valueAt (final ObservableList <E > op , final int index ) {
@@ -6230,7 +6230,7 @@ public ObservableList<?> getDependencies() {
62306230 * @param index the position in the {@code List}
62316231 * @return the new {@code BooleanBinding}
62326232 * @throws NullPointerException if the {@code ObservableList} is {@code null}
6233- * @throws IllegalArgumentException if ( @code index < 0)
6233+ * @throws IllegalArgumentException if { @code index < 0}
62346234 * @since JavaFX 2.1
62356235 */
62366236 public static BooleanBinding booleanValueAt (final ObservableList <Boolean > op , final int index ) {
@@ -6345,7 +6345,7 @@ public ObservableList<?> getDependencies() {
63456345 * @param index the position in the {@code List}
63466346 * @return the new {@code DoubleBinding}
63476347 * @throws NullPointerException if the {@code ObservableList} is {@code null}
6348- * @throws IllegalArgumentException if ( @code index < 0)
6348+ * @throws IllegalArgumentException if { @code index < 0}
63496349 * @since JavaFX 2.1
63506350 */
63516351 public static DoubleBinding doubleValueAt (final ObservableList <? extends Number > op , final int index ) {
@@ -6460,7 +6460,7 @@ public ObservableList<?> getDependencies() {
64606460 * @param index the position in the {@code List}
64616461 * @return the new {@code FloatBinding}
64626462 * @throws NullPointerException if the {@code ObservableList} is {@code null}
6463- * @throws IllegalArgumentException if ( @code index < 0)
6463+ * @throws IllegalArgumentException if { @code index < 0}
64646464 * @since JavaFX 2.1
64656465 */
64666466 public static FloatBinding floatValueAt (final ObservableList <? extends Number > op , final int index ) {
@@ -6575,7 +6575,7 @@ public ObservableList<?> getDependencies() {
65756575 * @param index the position in the {@code List}
65766576 * @return the new {@code IntegerBinding}
65776577 * @throws NullPointerException if the {@code ObservableList} is {@code null}
6578- * @throws IllegalArgumentException if ( @code index < 0)
6578+ * @throws IllegalArgumentException if { @code index < 0}
65796579 * @since JavaFX 2.1
65806580 */
65816581 public static IntegerBinding integerValueAt (final ObservableList <? extends Number > op , final int index ) {
@@ -6690,7 +6690,7 @@ public ObservableList<?> getDependencies() {
66906690 * @param index the position in the {@code List}
66916691 * @return the new {@code LongBinding}
66926692 * @throws NullPointerException if the {@code ObservableList} is {@code null}
6693- * @throws IllegalArgumentException if ( @code index < 0)
6693+ * @throws IllegalArgumentException if { @code index < 0}
66946694 * @since JavaFX 2.1
66956695 */
66966696 public static LongBinding longValueAt (final ObservableList <? extends Number > op , final int index ) {
@@ -6805,7 +6805,7 @@ public ObservableList<?> getDependencies() {
68056805 * @param index the position in the {@code List}
68066806 * @return the new {@code StringBinding}
68076807 * @throws NullPointerException if the {@code ObservableList} is {@code null}
6808- * @throws IllegalArgumentException if ( @code index < 0)
6808+ * @throws IllegalArgumentException if { @code index < 0}
68096809 * @since JavaFX 2.1
68106810 */
68116811 public static StringBinding stringValueAt (final ObservableList <String > op , final int index ) {
@@ -7070,7 +7070,7 @@ public ObservableList<?> getDependencies() {
70707070 * @param index the position in the {@code ObservableArray}
70717071 * @return the new {@code FloatBinding}
70727072 * @throws NullPointerException if the {@code ObservableArray} is {@code null}
7073- * @throws IllegalArgumentException if ( @code index < 0)
7073+ * @throws IllegalArgumentException if { @code index < 0}
70747074 * @since JavaFX 8.0
70757075 */
70767076 public static FloatBinding floatValueAt (final ObservableFloatArray op , final int index ) {
@@ -7175,7 +7175,7 @@ public ObservableList<?> getDependencies() {
71757175 * @param index the position in the {@code ObservableArray}
71767176 * @return the new {@code IntegerBinding}
71777177 * @throws NullPointerException if the {@code ObservableArray} is {@code null}
7178- * @throws IllegalArgumentException if ( @code index < 0)
7178+ * @throws IllegalArgumentException if { @code index < 0}
71797179 * @since JavaFX 8.0
71807180 */
71817181 public static IntegerBinding integerValueAt (final ObservableIntegerArray op , final int index ) {
0 commit comments