运算符 [] 抽象方法

E operator [](
  1. int index
)

列表中指示的 index 的对象。

index 必须是此列表的有效索引,这意味着 index 必须是非负数且小于 length

实现

E operator [](int index);