FilteredList/SortedList

Richard Bair richard.bair at oracle.com
Tue Jan 8 15:28:00 PST 2013


> It seems odd that basic filter / sort functionality is not something being added to java.util.List in Java 8. Are they not planning on doing any such thing?

I see, "stream" in JDK is meant to be the batch filtering / sorting / whatever, whereas your filtered / sorted methods are meant to be "live" filter / sort views on the underlying list.



More information about the openjfx-dev mailing list