Hacker News new | ask | show | jobs
by skneko 1699 days ago
ArrayList is not a linked list, it's an array-backed list like List in C# or other languages, like the name implies. Linked list is `java.util.LinkedList`.