PIbd-11 Valiulov I.A. LabWork06 Hard #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "LabWork06"
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?
Проверено
@ -41,0 +70,4 @@
}
@Override
public void ClearCollection() {
for (T ship : _collection) {
У коллекций есть метод очистки - Clear
@ -43,0 +175,4 @@
return false;
}
}
_storages.put(record[0], collection);
Смысл делать проверку и очищать коллекцию, если тут же ее удаляешь?
Pull request closed