operator [] method

DeviceRecord operator [](
  1. int index
)

Implementation

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