1608160916101611161216131614161516161617161816191620
Map dht_map = new HashMap(); for (int i=0;i<targets.length;i++){ DHTPluginContactImpl target = (DHTPluginContactImpl)targets[i]; DHTPluginImpl dht = target.getDHT(); List c = (List)dht_map.get(dht); if ( c == null ){