Java Collections and Generics Tutorials
Written by Nam Ha Minh
Last Updated on 11 November 2019 | Print Email
Java Collections framework provides a set of reusable data structures and algorithms that make programmer's jobs easier.
What is Java Collections Framework?
Java Collections Framework summary table
What are Generics in Java
How to write generic classes and methods in Java
Có thể viết Generics cho một Object hay không? Nếu có thì viết Collection cho một Object sẽ như thế nào?
Đã giải quyết được vấn đề dùng với Generics một Object
Java List Collection Tutorial and Examples
Sorting List Collections Examples
Sorting a list by multiple attributes example
Java Collections Utility Examples for Changing Order and Content of a List
Java Set Collection Tutorial and Examples Java SortedSet and TreeSet Tutorial and Examples Java NavigableSet and TreeSet Tutorial and Examples
Java Map Collection Tutorial and Examples Java NavigableMap and TreeMap Tutorial and Examples Java SortedMap and TreeMap Tutorial and Examples
Java Queue Collection Tutorial and Examples Java Producer - Consumer Examples Using BlockingQueue
Comparing Arrays in Java Examples Copying and Filling Arrays in Java Java Arrays Utility Class Examples for List view, Sorting and Searching Sorting Arrays Examples (with Comparable and Comparator)
Java Collections Looping Example Using Java Lambda expressions for collections internal iteration The 4 Methods for Iterating Collections in Java
Understanding Java Stream API Java Stream Aggregate Functions Examples (Intermediate Operations) Java Stream Terminal Operations Examples
Understanding equals() and hashCode() in Java Understanding Object Ordering in Java with Comparable and Comparator Understanding Collections and Thread Safety in Java 18 Java Collections and Generics Best Practices
Generics with extends and super Wildcards and the Get and Put Principle Generics with Subtyping and the Substitution Principle
Java Collections Factory Method Examples Java Collections Wrapper Methods Examples Java Collections Utility Examples for Searching in a Collection
Trail: Collections from The Java Tutorials (Oracle)