CHAPTER 7

image

Collections and Concurrency

When you know a thing, to hold that you know it; and when you do not know a thing, to allow that you do not know it;—this is knowledge.

—Confucius

After the fast-paced exploration of JavaFX layouts in Chapter 5 and JavaFX UI controls in Chapter 6, we refocus our attention on some of the lower level facilities of JavaFX in this chapter.

Recall that in Chapter 4 you learned about the Observable interface and one of its subinterfaces ObservableValue. In this chapter, we examine four other subinterfaces of ObservableObservableList, ObservableMap, ObservableSet, and ObservableArray—rounding out the story of ...

Get Pro JavaFX 8 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.