You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2003/08/30 00:37:11 UTC

DO NOT REPLY [Bug 22826] New: - [collections] List/Set implementation.

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22826>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=22826

[collections] List/Set implementation.

           Summary: [collections] List/Set implementation.
           Product: Commons
           Version: 3.0 Alpha 1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Collections
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: mhawthorne@alumni.pitt.edu


I created a simple class which implements both java.util.List and java.util.Set.
 In other words, it's a collection which maintains the order in which elements
are added, and also does not allow duplicate elements.

I'll attach the main and test class.  Feel free to improve it.  I found a need
for this class, and I think others may also.