Java collections and maps interface level concepts and implementations along with algorithms provided by the framework.
A quick description of what Collections Framework is, along with some basic terminologies.
Quick description of Java collection interface and sub-interfaces along with their implementations and usage.
Quick description of Java concurrent collection interface along with their implementations and usage.
Quick description of map interface with their implementations and usage.
Quick description of Java concurrent map interface along with their implementations and usage.
Understanding the purpose of equals() and hashCode() as used by HashMap
Difference between Iterator and Spliterator.
Understanding the use of java.util.Collections.checkedXYZ(...) methods with examples
Understanding the behavior of java.util.WeakHashMap with examples