> 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.