load abstract method

void load(
  1. int index,
  2. T vector
)

Retrieves the vector at index and stores it in vector.

Implementation

void load(int index, T vector);