Meritoo
|
08a2d0878f
|
Interfaces of different types of collections. May be used to build specific collections.
|
2022-09-10 18:06:25 +02:00 |
|
Meritoo
|
a3adae50b8
|
Reformat code automatically
|
2022-02-12 14:46:47 +01:00 |
|
Meritoo
|
fcaae95810
|
[BaseCollection] Prepare elements while adding them by addMultiple() method in the same way as passing them in constructor
|
2021-04-27 22:13:11 +02:00 |
|
Meritoo
|
1eb86cf102
|
[BaseCollection] Fix incorrectly working limit() method
|
2021-04-11 22:16:34 +02:00 |
|
Meritoo
|
95b0cf6cab
|
Create clear() & limit() methods in BaseCollection class
|
2021-04-04 23:09:13 +02:00 |
|
Meritoo
|
d5542b60e3
|
Implement methods of CollectionInterface directly in BaseCollection class (instead of traits)
|
2021-04-04 23:05:42 +02:00 |
|
Meritoo
|
4f8c355d1b
|
Create and implement CollectionInterface as contract of all collections (e.g. based on the BaseCollection class)
|
2021-03-29 21:41:54 +02:00 |
|
Meritoo
|
8fec0db05f
|
Increase Mutation Score Indicator (MSI) by creating stronger tests of BaseCollection class
|
2020-10-24 17:31:25 +02:00 |
|
Meritoo
|
a7c39b26ba
|
Rename Collection class to BaseCollection. Add BaseCollection::isValidType() method to validate type of element before add it to collection. Add BaseCollection ::prepareElements() method to allow preparation of elements in custom way.
|
2019-09-18 14:51:09 +02:00 |
|