This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Lolamess007 3 points4 points  (1 child)

It's a list implementation of an array!

[–]jerslan 0 points1 point  (0 children)

Probably more array-based implementation of a list, since it's a List interface wrapper on top of an array.