operator [] method

UserId operator [](
  1. int index
)

Implementation

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