public static LongBinding longValueAt (ObservableList<? extends Number> op, int index)

Creates a new javafx.beans.binding.LongBinding that contains the element of an javafx.collections.ObservableList at the specified position. The LongBinding will hold 0L if the index points behind the ObservableList.

Parameters:
op    the ObservableList
index    the position in the List

Returns:  the new LongBinding

Exceptions:
NullPointerException    if the ObservableList is null
IllegalArgumentException    if (@code index < 0)

Since:  JavaFX 2.1