Get the object at the specified index position. The index is as is used in the GetKeyAt()# function. If the index was not in the collection then NULL is returned.
Implements PCollection. Definition at line 1711 of file collect.cxx. {
PAssert(hashTable->SetLastElementAt(index), PInvalidArrayIndex);
return hashTable->lastElement->data;
}
|