RFR: 8091429: ObservableList<E>#setAll(int from, int to, Collection<? extends E> col)
Michael Strauß
mstrauss at openjdk.org
Wed Oct 15 12:04:34 UTC 2025
On Wed, 15 Oct 2025 09:05:54 GMT, Nir Lisker <nlisker at openjdk.org> wrote:
> The issue is that it's a `List` and not an `ObservableList`, so it doesn't have JavaFX's additional bulk operation methods. However, "just" having `ObservableList#subList` return an `ObservableList` will allow to make all range operations easily:
This change would be neither source compatible nor binary compatible, so this probably rules it out.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1937#issuecomment-3406058160
More information about the openjfx-dev
mailing list