getAt method

T getAt(
  1. int index
)

Implementation

T getAt(int index) {
  return _objectList.data[index];
}