getUnchecked abstract method

T getUnchecked(
  1. int index
)

Returns the scalar at the provided index. The behavior is undefined if index is outside of bounds.

Implementation

T getUnchecked(int index);