getFlat method

  1. @deprecated
T getFlat(
  1. int index
)

Implementation

@deprecated
T getFlat(int index) {
  return elements[index];
}