operator [] method

ExternalId operator [](
  1. int index
)

Implementation

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