lib: update the documentation
[nit.git] / lib / standard / collection / array.nit
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