summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/generic/MapTemplate.scala
Commit message (Expand)AuthorAgeFilesLines
* Collections refactoring.Martin Odersky2009-09-251-296/+0
* Made canEqual abstract in Product and only inse...Paul Phillips2009-09-111-1/+1
* Massive redesign so that: scala> "hi" == "hi".r...Martin Odersky2009-09-101-9/+22
* Created plausibly sensible equals and hashCode ...Paul Phillips2009-09-091-25/+19
* switch to unnested packages.Martin Odersky2009-07-241-0/+1
* fixed Scala comments, added svn:keywordsmichelou2009-07-071-14/+24
* added headers, svn keywords, updated pilib exam...michelou2009-06-161-8/+8
* Use `keySet' and `valueIterable' to get keys an...Gilles Dubochet2009-06-081-12/+27
* "Map.values" returns a sequence instead of a set.Gilles Dubochet2009-06-021-8/+6
* big overhaul of annotations implementation.Lukas Rytz2009-05-301-8/+3
* Deprecated "elements" method moved to "Iterable...Gilles Dubochet2009-05-271-3/+0
* In "Iterable" and in all its subclasses, "itera...Gilles Dubochet2009-05-271-22/+32
* small modifications to collections.Martin Odersky2009-05-191-1/+2
* Reverting 17770 - right, that is what "map view...Paul Phillips2009-05-191-1/+6
* Modified filterKeys to return the same type of ...Paul Phillips2009-05-191-6/+1
* more collection cleanups and better docsMartin Odersky2009-05-141-26/+44
* Removed plus/minus/fromOldMartin Odersky2009-05-141-41/+0
* cleaned up collection builder frameworkMartin Odersky2009-05-141-2/+0
* changes to maps and setsMartin Odersky2009-05-121-21/+21
* separated mutable and immutable mapsMartin Odersky2009-05-121-30/+75
* make all scala source files not executablestepancheg2009-05-081-0/+0
* massive new collections checkin.Martin Odersky2009-05-081-0/+242