operator [] method

ObjRef operator [](
  1. int index
)

Implementation

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