233234235236237238239240241242243244245246
portMapping mapping = (portMapping)it.next(); for (int j=0;j<current.length;j++){ UPnPWANConnectionPortMapping c = current[j]; if ( c.getExternalPort() == mapping.getExternalPort() && c.isTCP() == mapping.isTCP()){ it.remove(); break; }