Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Can't Fix
-
Affects Version/s: 2.0-ALPHA2
-
Fix Version/s: None
-
Component/s: None
-
Security Level: All
-
Labels:None
Description
The current contract of Collection#remove requires the collection to be initialized/loaded. This can be quite inefficient. It needs to be investigated whether this contract can be changed so that initialization of the collection is not necessary, similar to Collection#add.