lib: add `provide_default_value` in Map to allow subclasses to provide
[nit.git] / lib / standard / collection / abstract_collection.nit
2014-03-05 Jean Privatlib: add `provide_default_value` in Map to allow subcla...
2014-03-04 Jean Privatlib: add `MapRead::get_or_null` to provide a more stand...
2014-01-29 Romain Chanoircollection : Fix the description of Set[E] class
2014-01-29 Romain Chanoircollection: Improved the description of Container[E]
2014-01-29 Romain Chanoircollection: fixed Collection[E]::first commentary
2013-11-26 Jean Privatlib: remove useless usage of `is`
2013-11-19 Jean Privatremove closures from code
2013-10-16 Jean Privatlib: redefine hash in Sequence and Set
2013-10-16 Jean Privatlib: promote AbstractArray#== to SequenceRead
2013-10-16 Jean Privatlib: doc of Collection
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-10-16 Jean Privatlib: promote implementations in NaiveCollection to...
2013-10-16 Jean Privatlib: redef Set#==
2013-10-16 Jean Privatlib: add Collection::has_all
2013-09-04 Jean Privatrename 'package' to 'module'
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-06 Alexis Laferrièrelib: adds Map::get_or_default
2012-05-02 Jean Privatlib: fix another formal type error in the Maps
2012-04-16 Jean Privatlib: fix mismatch between keys and values formal types
2012-02-14 Jean Privatlib: update the documentation
2012-02-13 Jean Privatlib: remove some depreciated methods in Map
2012-02-13 Jean Privatlib: removals on Map are done on the views (keys and...
2012-02-13 Jean Privatlib: for on maps require two parameters
2012-02-13 Jean Privatlib: add 'keys' and 'values' methods in Map
2012-02-13 Jean Privatlib: MapIterator is no more an Iterator
2012-02-13 Jean Privatlib: Map is no more a Collection
2012-02-13 Jean Privatlib: remove specialization link between Map and Sequence
2011-02-15 Jean PrivatMerge branch 'update_syntax' into next
2011-02-14 Jean Privatlib: fix NaiveCollection::length
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2010-08-06 Jean Privatlib: keys in maps and sets are not nullable
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-08-06 Jean Privatlib: new /lib/standard/collection directory