removeAll

Removes all clouds from the collection.

clouds.add(...);
clouds.add(...);
clouds.removeAll();

See also