History for Assignment2B / src / List.java
2017-08-31
Added findElement() and appendList() to the graphical interface. Fixed other things with addAt(int, T).
Jonathan Ström committed on 31 Aug 2017
Removed all trailing spaces and changed all spaces to tabs.
Jonathan Ström committed on 31 Aug 2017
Added append(IList<T>).
Jonathan Ström committed on 31 Aug 2017
Added comments. Added test for find(T).
Jonathan Ström committed on 31 Aug 2017
Added function clear().
Jonathan Ström committed on 31 Aug 2017
Added function removeAt(int).
Jonathan Ström committed on 31 Aug 2017
Added so that the function addAt(int, T) can use position now.
Jonathan Ström committed on 31 Aug 2017
Added IList, List and a testing file. Now prints out all items added.
Jonathan Ström committed on 31 Aug 2017