Allow early termination of iteration
[platform/upstream/libgee.git] / gee / abstractmultimap.vala
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-28 Maciej PiechotkaUse views instead of copies inside MultiMap and don...
2012-08-21 Maciej PiechotkaFix warnings about lack of new keyword
2012-08-20 Maciej PiechotkaMove key_type/value_type implementation to multimap...
2012-08-20 Maciej PiechotkaAdd map_iterator to MultiMap, partial fix for bug ...
2012-08-20 Maciej PiechotkaAdd reserved methods to allow future-proof ABI
2012-08-06 Evan NemersonUse generics for HashDataFunc and EqualDataFunc, fixes...
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-01-04 Maciej PiechotkaAdd read_only method to Collection, Map and MultiMap
2010-08-17 Maciej PiechotkaMove to non-static delegates
2010-08-02 Didier 'PtitjesMake [Deprecated] all Map methods previously marked...
2009-09-28 Didier 'PtitjesMake some style consistence enhancements
2009-09-28 Didier 'PtitjesExtract AbstractMultiMap from HashMultiMap