DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29356>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29356 [collection] ListOrderedSet doesn't implements SortedSet [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX Summary|ListOrderedSet doesn't |[collection] ListOrderedSet |implements SortedSet |doesn't implements SortedSet ------- Additional Comments From [EMAIL PROTECTED] 2004-06-03 21:28 ------- Yes. Because a SortedSet must be sorted (A-Z or Z-A or 1-100 or some other sorting order). The iterator returns this sorted order no matter what order the elements are added in. ListOrderedSet simply maintains the order in which the elements are added to the set. The iterator always returns the order of adding the elements. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
