operator [] method

Space operator [](
  1. int index
)

Implementation

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