Open sergeylukichev opened 4 years ago
We want to implement our own lists. First, we define a common interface and then implement it using a list with underlying array.
Checkout the code and complete the implementation by making the test work.
Implement remove by element method of the ArrayList do that the test passes: https://github.com/sergeylukichev/JavaCourse/blob/dca2a03f1917f7583f8584fa8e95da8f3065fd7e/Drafts/ListsDemo/src/CustomArrayListTest.java#L66
We want to implement our own lists. First, we define a common interface and then implement it using a list with underlying array.
Checkout the code and complete the implementation by making the test work.
Implement remove by element method of the ArrayList do that the test passes: https://github.com/sergeylukichev/JavaCourse/blob/dca2a03f1917f7583f8584fa8e95da8f3065fd7e/Drafts/ListsDemo/src/CustomArrayListTest.java#L66