Java 8 : Find first element from a collection (List or Set) February 5, 2020February 12, 2020 Editorial StaffLeave a Comment on Java 8 : Find first element from a collection (List or Set) This tutorial explains you how to find first element from collection like List or Set using Java 8 streams findFirst(), iterator() and listIterator methods.