operator [] method

Task operator [](
  1. int index
)

Implementation

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