[collections] ListOrderedSet implementing java.util.List
--------------------------------------------------------
Key: COLLECTIONS-365
URL: https://issues.apache.org/jira/browse/COLLECTIONS-365
Project: Commons Collections
Issue Type: Improvement
Components: Set
Affects Versions: 3.2
Reporter: Dmitry Katsubo
It looks like nothing prevents {{ListOrderedSet}} to implement
{{java.util.List}} interface. One need to implement just few methods:
set(int index, Object element);
ListIterator listIterator();
List subList(int fromIndex, int toIndex);
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.