public abstract String getName (int index)

Returns the indexth name item in the collection.

Parameters:
index    Index into the collection.

Returns:  The name at the indexth position in the NameList, or null if there is no name for the specified index or if the index is out of range.