lib: improve examples in documentation
[nit.git] / lib / standard / collection / array.nit
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-06-22 Alexandre Terrasalib: added init.from in array and hashset
2012-12-07 Jean Privatlib: fix ArrayMapValues::first
2012-05-02 Jean Privatlib: Array::== do not return false if the dynamic types...
2012-04-16 Jean Privatlib: fix mismatch between keys and values formal types
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-02-14 Jean Privatlib: update the documentation
2012-02-13 Alexis Laferrièrelib: adds swap_at to arrays
2012-02-13 Jean Privatlib: removals on Map are done on the views (keys and...
2012-02-13 Jean Privatlib: add 'keys' and 'values' methods in Map
2012-02-13 Jean Privatlib: remove specialization link between Map and Sequence
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2010-08-06 Jean Privatlib: keys in maps and sets are not nullable
2010-08-06 Jean Privatlib: fix ArrayMap::first
2009-09-04 Jean Privatlib: add Array::sort !cmp
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