operator [] method

Member operator [](
  1. int index
)

Implementation

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