operator [] method

UrlPreview operator [](
  1. int index
)

Implementation

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