Allow early termination of iteration
[platform/upstream/libgee.git] / gee / treemap.vala
2012-08-28 Maciej PiechotkaAllow early termination of iteration
2012-08-27 Philip WithnallDon’t notify on changes to hash/equal functions
2012-08-20 Maciej PiechotkaAdd read_only to Map.Entry
2012-08-20 Maciej PiechotkaMove *_type to interfaces and remove the ones from...
2012-08-19 Maciej PiechotkaMove stream_impl to Traversable
2012-08-19 Maciej PiechotkaMove virtual methods to Map interface
2012-08-19 Maciej PiechotkaMove virtual methods to Collection interface
2012-08-09 Maciej PiechotkaAdd GenericAccessors attributes to interfaces and remov...
2012-08-06 Evan NemersonUse generics for HashDataFunc and EqualDataFunc, fixes...
2012-08-06 Evan NemersonAdd missing CompareDataFunc type arguments, fixes bug...
2012-03-28 Maciej PiechotkaSplit SortedMap/SortedSet into bi-directional and uni...
2012-01-23 Florian BroschFix valadoc documentation
2011-12-19 Maciej PiechotkaAdd *_type property for all collections, fixes bug...
2011-09-20 Maciej PiechotkaMove to new syntax of out parameters
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-05-02 Maciej PiechotkaAdd read_only_view to SortedMap
2011-05-02 Maciej PiechotkaAdd read_only_view to SortedSet
2011-05-02 Maciej PiechotkaAdd SortedMap interface
2011-05-02 Maciej PiechotkaPreparation for new Map.set method
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-08-17 Maciej PiechotkaMove to non-static delegates
2010-08-02 Maciej PiechotkaFix typos in TreeMap and TreeSet fix and other embarras...
2010-08-02 Maciej PiechotkaFix the unfreeing on clear in TreeMap/TreeSet
2010-08-02 Didier 'PtitjesMake [Deprecated] all Map methods previously marked...
2010-08-01 Maciej PiechotkaIncrease stamp on Map.set in Gee.TreeMap
2010-07-27 Maciej PiechotkaFix lack of unsetting _first and _last in TreeSet on...
2010-04-02 Maciej PiechotkaFix remove in MapIterator
2009-09-28 Didier 'PtitjesFix the documentation of all implementations' constructor
2009-09-28 Didier 'PtitjesVarious documentation enhancements
2009-09-28 Didier 'PtitjesFix {@inheritDoc} tags
2009-09-26 Maciej PiechotkaFix move_red_right and move_red_left in the Tree implem...
2009-09-25 Didier 'PtitjesFix some missing pointer casts
2009-09-23 Didier 'PtitjesIntroduce MapIterator<K,V> and implement it in HashMap...
2009-09-23 Maciej PiechotkaFix the iterators of the TreeMap and TreeSet implementa...
2009-09-20 Didier 'PtitjesReuse the keys, values and entries view instances where...
2009-09-20 Didier 'PtitjesIntroduce the Map.Entry<K,V> class and the Map.entries...
2009-09-20 Didier 'PtitjesIntroduce the Map.has (K key, V value) method
2009-09-20 Didier 'PtitjesModify the Map interface API
2009-09-20 Maciej PiechotkaFix fix_up method in the TreeSet and TreeMap implementa...
2009-09-19 Didier 'PtitjesRemove unusefull private setter only and construct...
2009-09-15 Maciej PiechotkaIntroduce the BidirIterator interface
2009-09-15 Didier 'PtitjesIntroduce remove method to the Iterator interface
2009-09-15 Didier 'PtitjesAdd has_next and first methods to the Iterator interface
2009-09-15 Maciej PiechotkaFix and improve the TreeMap and TreeSet implementations
2009-09-11 Julien PeetersFix a bug in TreeMap implementation
2009-09-11 Julien PeetersChange the Iterator.get method signature and fix implem...
2009-09-11 Didier 'PtitjesDÃefinitiely remove trailing whitespaces
2009-09-09 Julien PeetersHide read-only views and make them accessible through...
2009-09-05 Julien PeetersAdding a short descriptive introduction for each implem...
2009-09-05 Julien PeetersAdding a first very basic documentation to data types...
2009-09-03 Didier 'PtitjesChange inner classes' properties from construct to...
2009-09-02 Didier 'PtitjesProvide sane defaults for equal, hash and compare functions
2009-09-02 Didier 'PtitjesChange *_func properties from construct to private set
2009-08-05 Didier 'PtitjesEnhanced Map removal to optionally retrieve removed...
2009-07-31 Tomaž VajngerlAdd Map.is_empty|set_all|remove_all|contains_all and...
2009-07-31 Tomaž VajngerlAdded Collection.is_empty|add_all|contains_all|remove_a...
2009-07-31 Didier 'PtitjesRemove unused inherited interface declarations
2009-07-23 Didier 'PtitjesIntroduce AbstractCollection base class
2009-07-23 Didier 'PtitjesFix generic parameter typo
2009-07-22 Maciej PiechotkaAdd left-leaning red-black tree based set and map