Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 JavaFX 文档中它说:
允许侦听器在发生更改时跟踪更改的列表。
由于 ObservableList 可以做更多事情,我想知道这两者之间在性能或内存使用方面是否存在显着差异?(我正在使用 JavaFX 8)
我认为没有性能(内存泄漏)差异,因为 ObservableList 扩展了具有可观察性功能优势的列表或映射。看看这里