The internal array buffers are not released as a result of this call.
4344454647484950515253
for (int i = 0; i < vertexCount; i++) { if (!nodesChecked[i]) { nodeQueue.clear(); nodeQueue.addLast(i); nodesChecked[i] = true; IntArrayList clusterGroup = new IntArrayList(); while (!nodeQueue.isEmpty())