cleanUp abstract method
void
cleanUp()
If you need to do some cleanup before this object moves into the Pool of reusable objects.
Implementation
void cleanUp();
If you need to do some cleanup before this object moves into the Pool of reusable objects.
void cleanUp();