operator [] abstract method

E operator [](
  1. int index
)

The object at the given index in the list.

Implementation

E operator [](int index);