Generics and Collections



1. Create and use a generic class



2. Create and use ArrayList, TreeSet, TreeMap, and ArrayDeque objects



3. Use java.util.Comparator and java.lang.Comparable interfaces



4. Collections Streams and Filters



5. Iterate using forEach methods of Streams and List



6. Describe Stream interface and Stream pipeline



7. Filter a collection by using lambda expressions



8. Use method references with Streams



More

Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License