All in One Offer! | Access Unlimited Courses in any category starting at just $29. Offer Ends in:

Browse Library

  • Business Solutions
  • Become an Instructor
  • 0
    Shopping Cart

    Your Cart is empty. Keep shopping to find a course!

    Browse Courses
Get Unlimited Learning Access
$29
4 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
Subscribe to Learnfly’s top courses
Get this course, plus 11,000+ of our top-rated courses for one year with Go Annually Plan.
$348 $244 a year Save 30%
4 days left at this price!
30-Day Money-Back Guarantee

This plan includes

  • Instant access to 11,000+ online courses
  • Play & Pause Course Videos
  • HD Video Recorded Lectures
  • Learn on Mobile/PC/Tablet
  • Quizzes and Real Projects
  • Lifetime Course Certificate
  • Instructor Chat Support
  • Cancel Plan Anytime
$29
$244
  • What The Java Collections Framework Is Composed Of.
  • Learn About The Data Structures Available In The Collection Framework.
  • What Are Generics And How To Use Generics.
  • How To Create Generic Classes.
  • How To Create Generic Interfaces.
  • How To Create Generic Functions.
  • How To Use Existing Collections Like Lists, Sets And Queues.
  • How To Use Java Streams.
  • Use Lambda Expressions And Method References In Streams.
  • Learn What Java Optionals Are And How To Use Them.
  • Learn About Stream Methods Such As Filter, Map, FlatMap And Collect.

Learn about Java Generics and how to create Generic classes. You also learn about Generic Interfaces and Methods.

After learning and understanding Java Generics we then dive into the Java Collections Framework where we learn about data structures such as ListArrayListHashMapHashSetLinkedList... and so on. Generics are an important part of the Java programming language.

We have extra lessons on Java Optional which helps us avoid null pointer exceptions in Java. You will learn about Optionals because it's knowledge will be applied when you learn about Java Streams API.

Finally, we learn about the Streams API, how it works and the various methods such as filter()map()flatMap()reduce()collect() ... and so on.

After this course, you should have a solid understanding of the Java Generics, the Collection Framework with its Data Structures and the Java Streams API.

In a nutshell, generics enable types (classes and interfaces) to be parameters when defining classes, interfaces and methods. Much like the more familiar formal parameters used in method declarations, type parameters provide a way for you to re-use the same code with different inputs. The difference is that the inputs to formal parameters are values, while the inputs to type parameters are types. (Java Docs)

  • Java SDK 11 Installed (Not Compulsory)
  • Understand Basics Of Java.
  • Understand Java Lambda Expressions And Method References.
  • Developers Who Want To Learn About Java Generics.
  • Developers Who Want To Learn About The Java Collection Framework And Its Data Structures.
  • Developers Who Want To Learn About Java Streams.
View More...
  • Section 1 : Java Generics 14 Lectures 01:01:38

    • Lecture 1 :
    • Lecture 2 :
    • Intro to Generics
    • Lecture 3 :
    • Multiple Type Parameters
    • Lecture 4 :
    • Bounded Types
    • Lecture 5 :
    • Bounded Types - Interfaces
    • Lecture 6 :
    • Generic WildCards
    • Lecture 7 :
    • Bounded WildCards
    • Lecture 8 :
    • Lower Bound WildCards
    • Lecture 9 :
    • Generic Method
    • Lecture 10 :
    • Generic Constructors
    • Lecture 11 :
    • Generic Interfaces
    • Lecture 12 :
    • Raw Types
    • Lecture 13 :
    • Generic Super Class
    • Lecture 14 :
    • Generic Sub Class
  • Section 2 : Introduction to Java Collection Framework 14 Lectures 00:48:01

    • Lecture 1 :
    • The Collection Framework
    • Lecture 2 :
    • The Collection Class
    • Lecture 3 :
    • Intro to ArrayList
    • Lecture 4 :
    • ArrayList Add Remove Method
    • Lecture 5 :
    • ArrayList Set, AddAll and RemoveAll
    • Lecture 6 :
    • ArrayList RemoveIf, Clear and Contains
    • Lecture 7 :
    • Using Arrays Class
    • Lecture 8 :
    • Using Iterators
    • Lecture 9 :
    • Using Spliterators
    • Lecture 10 :
    • For and ForEachLoop
    • Lecture 11 :
    • List with Reference Type
    • Lecture 12 :
    • Create a new list using liftoff
    • Lecture 13 :
    • Convert List to Array and Vice Versa
    • Lecture 14 :
    • LinkedList
  • Section 3 : The Set And Queue Interface 13 Lectures 00:46:23

    • Lecture 1 :
    • Introducing HashSet
    • Lecture 2 :
    • HashSet Capacity and LoadFactor
    • Lecture 3 :
    • Linked HashSet
    • Lecture 4 :
    • TreeSet
    • Lecture 5 :
    • Intro to Comparator
    • Lecture 6 :
    • TreeSet with Comparator
    • Lecture 7 :
    • Queues
    • Lecture 8 :
    • LinkedList Revisited
    • Lecture 9 :
    • LinkedList as List
    • Lecture 10 :
    • LinkedList as Queue
    • Lecture 11 :
    • LinkedList as Deque
    • Lecture 12 :
    • ProrityQueue
    • Lecture 13 :
    • ArrayDeque
  • Section 4 : Map Interface And HashMaps Class 14 Lectures 00:36:57

    • Lecture 1 :
    • Maps
    • Lecture 2 :
    • HashMaps - Put And Get
    • Lecture 3 :
    • HashMaps - PutIfAbsent
    • Lecture 4 :
    • HashMap - GetOrDefault
    • Lecture 5 :
    • HashMaps - Values, KeySet, Remove
    • Lecture 6 :
    • HashMaps - Remove and Replace
    • Lecture 7 :
    • HashMaps - ReplaceAll
    • Lecture 8 :
    • HashMaps - Compute
    • Lecture 9 :
    • HashMaps - Merge
    • Lecture 10 :
    • HashMaps - Extra Methods
    • Lecture 11 :
    • TreeMap
    • Lecture 12 :
    • LinkedHashMaps
    • Lecture 13 :
    • Collection Algorithms
    • Lecture 14 :
    • Comparable Interface, need to check
  • Section 5 : Java Optionals 9 Lectures 00:34:13

    • Lecture 1 :
    • Where Optional is Needed
    • Lecture 2 :
    • Optional Initialisation
    • Lecture 3 :
    • Optional isPresent And isEmpty
    • Lecture 4 :
    • Optional OrElse
    • Lecture 5 :
    • Optional Map
    • Lecture 6 :
    • Optional Filter
    • Lecture 7 :
    • Optional ifPresent
    • Lecture 8 :
    • Optional on NonNull Return Value
    • Lecture 9 :
    • Optional on Nullable
  • Section 6 : Java Streams 10 Lectures 00:46:05

    • Lecture 1 :
    • Streams?
    • Lecture 2 :
    • Creating new Streams
    • Lecture 3 :
    • Create Streams From Collection
    • Lecture 4 :
    • Create IntStream from int[] array
    • Lecture 5 :
    • Sorted, Min and Max Stream Method
    • Lecture 6 :
    • Min and Max on Primitive Streams
    • Lecture 7 :
    • Stream Count Method
    • Lecture 8 :
    • Stream Reduce Method
    • Lecture 9 :
    • Create Stream from Primitive Values
    • Lecture 10 :
    • Call Reduce on List of Objects
  • Section 7 : Stream Map Operations 5 Lectures 00:23:13

    • Lecture 1 :
    • Stream Map Operation
    • Lecture 2 :
    • Stream Map To Int, Double, and Long
    • Lecture 3 :
    • Map To Object
    • Lecture 4 :
    • Order of Stream Operations
    • Lecture 5 :
    • Stream FlatMap Operation
  • Section 8 : More Stream Operations 9 Lectures 00:28:35

    • Lecture 1 :
    • Matching All , Any And None
    • Lecture 2 :
    • Stream Builder
    • Lecture 3 :
    • Collect Method
    • Lecture 4 :
    • Collectors tolist and toset
    • Lecture 5 :
    • Collectors toMap
    • Lecture 6 :
    • Collectors PartitioningBy
    • Lecture 7 :
    • Collectors PartitioningBy with Arguments
    • Lecture 8 :
    • Collectors GroupingBy
    • Lecture 9 :
    • Collectors Joining
  • Section 9 : Where To Go From Here 0 Lectures

  • How do i access the course after purchase?

    It's simple. When you sign up, you'll immediately have unlimited viewing of thousands of expert courses, paths to guide your learning, tools to measure your skills and hands-on resources like exercise files. There’s no limit on what you can learn and you can cancel at any time.
  • Are these video based online self-learning courses?

    Yes. All of the courses comes with online video based lectures created by certified instructors. Instructors have crafted these courses with a blend of high quality interactive videos, lectures, quizzes & real world projects to give you an indepth knowledge about the topic.
  • Can i play & pause the course as per my convenience?

    Yes absolutely & thats one of the advantage of self-paced courses. You can anytime pause or resume the course & come back & forth from one lecture to another lecture, play the videos mulitple times & so on.
  • How do i contact the instructor for any doubts or questions?

    Most of these courses have general questions & answers already covered within the course lectures. However, if you need any further help from the instructor, you can use the inbuilt Chat with Instructor option to send a message to an instructor & they will reply you within 24 hours. You can ask as many questions as you want.
  • Do i need a pc to access the course or can i do it on mobile & tablet as well?

    Brilliant question? Isn't it? You can access the courses on any device like PC, Mobile, Tablet & even on a smart tv. For mobile & a tablet you can download the Learnfly android or an iOS app. If mobile app is not available in your country, you can access the course directly by visting our website, its fully mobile friendly.
  • Do i get any certificate for the courses?

    Yes. Once you complete any course on our platform along with provided assessments by the instructor, you will be eligble to get certificate of course completion.
  • For how long can i access my course on the platform?

    You require an active subscription to access courses on our platform. If your subscription is active, you can access any course on our platform with no restrictions.
  • Is there any free trial?

    Currently, we do not offer any free trial.
  • Can i cancel anytime?

    Yes, you can cancel your subscription at any time. Your subscription will auto-renew until you cancel, but why would you want to?

137326 Course Views

3 Courses

  • Unmatched Variety and Value!
    Learnfly's monthly subscription offers unlimited access to a vast range of courses. Affordable pricing, compared to competitors, makes it the ultimate choice for continuous learning.
    Jessica M.

    4.7

    JM
  • Top-Notch Quality, Affordable Rates!
    High-quality courses with certified instructors make Learnfly stand out. The affordable pricing is a game-changer for those seeking premium education.
    Alex P.

    4.5

    AP
  • Certified Excellence Every Time!
    Learnfly's courses, taught by certified instructors, ensure top-notch learning experiences. The course completion certificates add significant value to one's skill set.
    Sarah R.

    4.3

    SR
  • Round-the-Clock Support!
    Learnfly goes the extra mile with 24/7 course support. Their dedication to helping students succeed is commendable.
    Ryan K.

    4.1

    RK
  • Learn Anywhere, Anytime!
    Whether on mobile, PC, or tablet, Learnfly's platform offers flexibility. Learning on the go has never been easier.
    Emily S.

    4.7

    ES
  • Job-Ready Skills!
    Learnfly's job-oriented courses equip learners with practical skills for the workplace. An investment in career growth!
    Jake M.

    4.2

    JM
  • Budget-Friendly Brilliance!
    Learnfly's pricing is a steal for the quality and variety of courses offered. Quality education without breaking the bank.
    Olivia T.

    4.5

    OT
  • Instructor Excellence Unleashed!
    Learn from the best with Learnfly's certified instructors. The platform ensures that knowledge is imparted by industry experts.
    Daniel L.

    4.0

    DL
  • Achievement Unlocked!
    Learnfly not only offers courses but also recognizes your efforts with course completion certificates. A sense of accomplishment with every course finished.
    Maya H.

    4.6

    MH
  • Learning Revolution!
    Learnfly's platform is a revolution in education. Access to unlimited courses at affordable rates is a game-changer.
    Ethan W.

    4.7

    EW
  • google-tensorflow-hands-on-with-python-latest

    Google TensorFlow Hands on with Pyt...

    By : UNP United Network of Professionals

    Lectures 51 Beginner 3:48:44
  • learn-elixir-programming-from-zero-to-hero

    Learn ELIXIR programming from Zero ...

    By : Pranjal Srivastava

    Lectures 35 Beginner 3:12:57
  • create-your-own-programming-language-from-scratch

    Create your OWN Programming Languag...

    By : Harshit Srivastava

    Lectures 6 Intermedite 0:42:43
  • getting-started-with-coding

    Getting started with coding

    By : Devansh ‎

    Lectures 27 Beginner 3:37:31
  • superb-python-course-become-certified-python-developer

    Superb Python Course - Become Certi...

    By : Paul Carlo Tordecilla

    Lectures 91 Beginner 2:49:20
  • c-from-the-beginning

    C# from the beginning

    By : Igor Evdokimov

    Lectures 31 Beginner 2:46:54

Students learning on Learnfly works with Fortune 500 companies around the globe.

Sign Up & Start Learning
By signing up, you agree to our Terms of Use and Privacy Policy
Reset Password
Enter your email address and we'll send you a link to reset your password.