RGPersistent* RGHashTable :: Find (const RGPersistent* target) const {

	RGDList* list = SelectList (target);
	return list->Find (target);
}