operator [] method

NewsEntry operator [](
  1. int index
)

Implementation

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