commons-collections
commons-collections copied to clipboard
Adding IndexedLinkedList and its tests.
Adding:
-
IndexedLinkedList.java -
IndexedLinkedListTest.java -
FingerListTest.java
-1: This code does not even compile.
The packaging is obviously wrong.
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.