CleanableArray

p5ex~ CleanableArray

(To be filled)

Constructor

new CleanableArray(initialCapacity)

Source:
Parameters:
Name Type Description
initialCapacity

Methods

clean()

Updates the variable 'isToBeRemoved'. If it has cleanable child elements, calls clean() recursively and removes the child elements which are to be removed.
Source: