Open pmioulet opened 5 years ago
Here the code is missing a loop on all the entries of the list within the value of the map or maybe this?
if(entry.getValue().contains(UNDEF_TAG)) { this.array.remove(entry.getKey()); } else { this.array.put(entry.getKey(), entry.getValue()); }
Here the code is missing a loop on all the entries of the list within the value of the map or maybe this?