Replace an object at the index indx
CLASS(FTMutableObjectArray) :: array
INTEGER :: indx
CALL array % replaceObjectAtIndexWithObject(indx)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTMutableObjectArray) | :: | self | ||||
integer | :: | indx | ||||
class(FTObject), | POINTER | :: | replacement |