Iterator<ConnectionsHandler> iter = multiHandler.iterator();
while(iter.hasNext()) {
ArrayStoreWeights weightedConnectionsStore;
weightedConnectionsStore = ((WeightedConnectionsStoreConnectionsHandler)iter.next()).getWeightedConnectionsStore();
weightedConnectionsStore.sync();
}
System.out.println();
System.out.printf("Bootstrap done in %d seconds%n", c.getTotalTime()/1000);
}