operator [] method

Category operator [](
  1. int index
)

Implementation

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