operator [] method

SpaceRelation operator [](
  1. int index
)

Implementation

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