5354555657585960616263
while(!commands.isEmpty()) { //This is the "defilage" synchronized(this) { Command command = commands.remove(); command.doCommand(); } } // The towers attack !!