Set the number of items to be added when the array needs to be re-sized
*Usage
CLASS(FTMutableObjectArray) :: array
INTEGER :: sze = 42
CALL array % setChunkSize(sze)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(FTMutableObjectArray) | :: | self | ||||
integer | :: | chunkSize |