Returns the capacity of this list instance.
Returns the capacity of this list instance. For linked lists this call returns the list's size. For array lists it returns the list's capacity. This method has a time complexity of O(1).
For linked lists this call returns the list's size.
For array lists it returns the list's capacity.
This method has a time complexity of O(1).
Alphabetic index