Uploaded image for project: 'Commons Collections'
  1. Commons Collections
  2. COLLECTIONS-365

[collections] ListOrderedSet implementing java.util.List

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 3.2
    • None
    • Set
    • None

    Description

      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);

      Attachments

        Activity

          People

            Unassigned Unassigned
            dma_k Dmitry Katsubo
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: