This series contains several articles in Collections, Collection APIs, and best practices.
- Complete Guide to ArrayList class
- Complete Guide to HashMap class
- Set Interface Enhancements: What’s new in Java 8 to Java 10
- Map Interface Enhancements: What’s new in Java 8 to Java 10
- Map.Entry Interface Enhancements: What’s new in Java 8 to Java 10
- Collection Interface Enhancements: What’s new in Java 8 to Java 11
- List Interface Enhancements: What’s new in Java 8 to Java 10
- Iterable interface Java 8 methods
- Convert Iterator to Collection
- Sorting HashMap according to keys
- Bridge between array and Collection APIs
- Java Collections and its benefits
- Convert array to List
- Convert List to array
- Fail Fast Iterator
- ConcurrentModificationException
- Return empty of unmodifiable collections
- Difference between Hashtable and HashMap
- Traverse Map in different ways