operator [] method

Invitation operator [](
  1. int index
)

Implementation

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