commons-collections icon indicating copy to clipboard operation
commons-collections copied to clipboard

Adding IndexedLinkedList and its tests.

Open coderodde opened this issue 3 years ago • 2 comments

Adding:

  • IndexedLinkedList.java
  • IndexedLinkedListTest.java
  • FingerListTest.java

coderodde avatar Jul 13 '22 04:07 coderodde

-1: This code does not even compile.

The packaging is obviously wrong.

garydgregory avatar Jul 13 '22 12:07 garydgregory

When I extend the AbstractLinkedList and implement Deque, a problem appears: Deque specifies void addFirst() and AbstractLinkedList boolean addFirst(), so it would seem that there is a compatibility issue.

coderodde avatar Jul 13 '22 13:07 coderodde