Allow early termination of iteration
[platform/upstream/libgee.git] / gee / abstractmultiset.vala
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-21 Maciej PiechotkaFix warnings about lack of new keyword
2012-08-20 Maciej PiechotkaMove *_type to interfaces and remove the ones from...
2012-08-20 Maciej PiechotkaAdd reserved methods to allow future-proof ABI
2012-08-19 Maciej PiechotkaMove stream_impl to Traversable
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-08-17 Maciej PiechotkaAdd Traversable.chop function
2011-08-01 Maciej PiechotkaAdd Traversable<G>.filter method
2011-07-22 Maciej PiechotkaExport the function part of interface into Traversable
2011-01-04 Maciej PiechotkaAdd read_only method to Collection, Map and MultiMap
2011-01-04 Maciej PiechotkaAdd read_only property to Iterator and MapIterator
2010-10-17 Maciej PiechotkaRename Iterator.at_element to Iterator.valid
2010-10-17 Maciej PiechotkaAdd Iterator.at_element property to check when other...
2010-10-17 Maciej PiechotkaMove first from Iterator to BidirIterator and remove...
2010-08-02 Didier 'PtitjesMake [Deprecated] all Map methods previously marked...
2009-09-28 Didier 'PtitjesVarious documentation enhancements
2009-09-28 Didier 'PtitjesFix filenames in file headers
2009-09-23 Didier 'PtitjesFix item count decrementation on removal in AbstractMul...
2009-09-23 Didier 'PtitjesExtract AbstractMultiSet from HashMultiSet