Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Changes between Version 3 and Version 4 of StoreComments

Show
Ignore:
Author:
baxissimo (IP: 222.145.161.52)
Timestamp:
09/06/07 18:35:27 (17 years ago)
Comment:

about the description of "Bag"

Legend:

Unmodified
Added
Removed
Modified
  • StoreComments

    v3 v4  
    2828import tango.util.collection.ArrayBag; 
    2929}}} 
     30 
     31 
     32---- 
     33baxissimo: the Bag description says the order is undefined.  I would expect the situation is more like the Bag interface doesn't define an order, however specific implementations (like TreeBag) can specify an ordering.  And I hope TreeBag does indeed specify that elements are stored and traversed in sorted order. 
     34