metamodel: rename 'universal' to 'enum'
[nit.git] / lib / standard / collection / hash_collection.nit
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2010-08-06 Jean Privatlib: keys in maps and sets are not nullable
2010-07-16 Jean Privatlib: hash_collection learns the standard hashmap implem...
2010-07-16 Jean Privatlib: reduce acces to _array in hash_collection
2010-07-13 Jean Privatlib: direct key access in HashMap and HashSet
2010-01-14 Jean Privatsyntax: prepare stmts following loops to be unreachable
2009-08-28 Jean Privatsrc: use 'loop' for infinite loop and do-until-like
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-08-06 Jean Privatlib: split hash into hash_collection