On Sat, 11 Jul 2026 16:13:21 GMT, Marius Hanl <[email protected]> wrote:

>> Thanks to this condition it is possible to put all values of a `Map` defined 
>> inside FXML into a concrete `Map` instance in class. `Map` is not a subtype 
>> of a `Collection` and same is for `ObservableArray`.
>
> What I meant is only the condition `!strsMap.containsKey(propName)`, was just 
> wondering because it is only done here and not for the other types

By "all other types" you mean `Set` and `List`? They are covered by 
`Collection` check above.

-------------

PR Review Comment: https://git.openjdk.org/jfx/pull/2167#discussion_r3564653368

Reply via email to