Skip to content

Restore FXCollections and ObservableMap.valueAt

Compare
Choose a tag to compare
@parubok parubok released this 08 Jul 19:51
· 185 commits to master since this release

New APIs:

  • Bindings.valueAt(ObservableMap<K, V> op, K key, V defaultValue)
  • ObservableMap.valueAt(K key, V defaultValue)

Restored missing content in FXCollections.