operator [] method

UserProfile operator [](
  1. int index
)

Implementation

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