tel-ran-de / BE10-Basic

Basic Java Group 10
1 stars 8 forks source link

HW 2020-04-23 #7

Open sergeylukichev opened 4 years ago

sergeylukichev commented 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