On Thu, Mar 4, 2010 at 6:45 AM, Andrus Adamchik <[email protected]> wrote:
> It is only easy to implement if we allow the list to go unordered on changes > of its objects. Which I think is ok, as I mentioned earlier. I think this is reasonable behavior. Once you have the list, it's your responsibility to make sure you place elements in the correct order. Having the list re-sort on insertion would break list semantics. -- Kevin
