The '[]' operator.
The '[]' operator. This operator returns an iterator that points to the element in the given location on the list. The index starts from zero i.e. the first element is in place 0. If the index is greater than list's size then a NULL iterator is returned.
Alphabetic index HTML hierarchy of classes or Java