Borschevskaya A.A. Lab Work 6 Hard #7
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "lab6"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Зачтено с понижением балла(ов)
@ -46,0 +153,4 @@
if (_mapStorages.containsKey(elem[0])) {
_mapStorages.get(elem[0]).removeAllCars();
}
_mapStorages.put(elem[0], new MapWithSetArmoredCarsGeneric<>(_pictureWidth, _pictureHeight, map));
Смысл делать проверку и очищать коллекцию, если тут же ее удаляешь?
Pull request closed