Function ObjectList.replace
Replace item with another value, destroy old value.
void replace(
T item,
int index
);
void replace(
T newItem,
T oldItem
);
Replace item with another value, destroy old value.
void replace(
T item,
int index
);
void replace(
T newItem,
T oldItem
);