clearAll method
void
clearAll()
Clear all pools to free memory
Implementation
void clearAll() {
intListPool.clear();
connectionDataPool.clear();
}
Clear all pools to free memory
void clearAll() {
intListPool.clear();
connectionDataPool.clear();
}