Synopsis
Used to retrieve names from the list. Valid values for the
index
argument are 0 through
length
- 1. If an invalid index
is provided, this method returns null
.
Argument
- index: unsigned long
The index of the name to retrieve.
Java binding
public String getName(int index);