I wonder why LinkedList doesn\'t have initialCapacity.
LinkedList
initialCapacity
I know good when to use ArrayList and when LinkedList.
ArrayList
Its model is not based on an array but rather a true linked list, and so there is no need and further it would not make sense. It doesn't make much sense to have empty links like you have empty array items.