clearAll method

void clearAll()

Implementation

void clearAll() {
  intListPool.clear();
  connectionDataPool.clear();
}