Retrieves the ID at the specified zero-based index.
index
int elementAt(int index) { return _ids.elementAt(index); }