Below are given notable sources from which data was gathered:
- How Java memory management works – a quick introduction
- Introduction to Garbage Collection Tuning
- Array Sorting Algorithms table
- Runtime Complexity of Java Collections gist
- Outline of the Java Collections Framework
- Official Java tutorial on basic concepts
- Official Java tutorial on Collection Interfaces
- Official Java tutorial on Generics
- Lesson: Aggregate Operations