operator [] method

TimelineItem operator [](
  1. int index
)

Implementation

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