getAt abstract method

E getAt(
  1. int index
)

Returns the value associated with the n-th key.

Implementation

E getAt(int index);