Created
September 16, 2014 04:56
-
-
Save rssh/1f10c1aad5c7814ebf71 to your computer and use it in GitHub Desktop.
jdv_article12 (java collections)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
peoples.stream().filter( x -> x.firstName.equals(”Jon”)).collect(Collectors.toList()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment