-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: javafx
There are several places in where ObservableList assumes it's working with a RandomAcess List. This is incorrect and we should create 2 versions for RandomAcess lists and sequential lists. Implementations that will be common for both kinds of lists must use iterators for all iteration.