Is it a linked list, an array? I searched around and only found people guessing. My C knowledge isn\'t good enough to look at the source code.
This is implementation dependent, but IIRC:
ArrayList
Thus they all have O(1) random access.