operator [] method

Comment operator [](
  1. int index
)

Implementation

Comment operator [](int index) {
  return elementAt(index);
}