getNameAt

@Nullable
abstract fun getNameAt(i: Int): @Nullable String(source)

Return the name at the i index

Return

The name at the specified index

Parameters

i

The index of the name to get