[ 
https://issues.apache.org/jira/browse/COLLECTIONS-365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Neidhart reopened COLLECTIONS-365:
-----------------------------------------

    
> [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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to