Creates a new javafx.beans.binding.IntegerBinding
that contains the mapping of a specific key
in an javafx.collections.ObservableMap
. The IntegerBinding
will hold 0
if the key
cannot be found in the ObservableMap
.
op | the ObservableMap | |
key | the key in the Map | |
<K> | type of the key elements of the Map |
IntegerBinding
NullPointerException | if the ObservableMap or key is null |
Diagram: Bindings