summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/TreeMap.scala
Commit message (Expand)AuthorAgeFilesLines
* Make some collection classes final or sealedStefan Zeiger2016-03-231-2/+1
* Conform foreach tparam to majority naming conventionvsalvis2015-10-211-1/+1
* SI-8932 Fix dropRight/takeRight implementationsRui Gonçalves2014-11-111-2/+2
* Collections library tidying and deprecation. Separate parts are listed below.Rex Kerr2013-11-071-0/+1
* Cull extraneous whitespace.Paul Phillips2013-09-181-7/+1
* Absolutized paths involving the scala package.Paul Phillips2013-05-031-1/+2
* Name boolean arguments in src/library.Jason Zaugg2013-03-051-2/+2
* More explicit empty paren lists in method calls.Jason Zaugg2013-02-241-1/+1
* SI-6642 Adds iteratorFrom, keysIteratorFrom, and valuesIteratorFromJames Iry2013-02-131-0/+4
* SI-6811 Remove deprecated elements in scala.collectionSimon Ochsenreither2013-01-171-3/+0
* Brings all copyrights (in comments) up-to-date, from 2011/12 to 2013Heather Miller2012-11-021-1/+1
* Fix incomplete version strings (2.10 -> 2.10.0)Simon Ochsenreither2012-09-291-1/+1
* Fix SI-5986.Aleksandar Prokopec2012-06-271-2/+2
* Removed all the imports of the bridge annotation.Paul Phillips2012-04-281-1/+0
* Removes @bridge methods.Simon Ochsenreither2012-04-281-2/+0
* Custom implementations of drop/take/slice.Erik Rozendaal2012-01-231-3/+3
* Custom coded version of range/from/to/until.Erik Rozendaal2012-01-211-8/+5
* Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-151-3/+7
* Tests for takeWhile/dropWhile/span.Erik Rozendaal2012-01-071-4/+1
* Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-071-3/+2
* Restore old RedBlack class to maintain backwards compatibility.Erik Rozendaal2012-01-061-1/+1
* Deprecate TreeMap.isSmaller and TreeSet.isSmaller.Erik Rozendaal2012-01-061-0/+1
* Move nth method to RedBlack. Inline factories for tree nodes.Erik Rozendaal2012-01-051-3/+3
* Optimize foreach and iterators.Erik Rozendaal2012-01-041-1/+4
* Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-031-24/+22
* Moved key/value/left/right fields up to NonEmpty class. Don't relyErik Rozendaal2012-01-021-1/+1
* Performance improvements for iteration (foreach and iterator).Erik Rozendaal2011-12-281-2/+2
* TreeMap/TreeSet no longer keep track of the size (the RedBlack treeErik Rozendaal2011-12-281-20/+15
* Use single shared Empty instance across all RedBlack trees.Erik Rozendaal2011-12-281-1/+1
* Changed abstract class RedBlack to singleton object.Erik Rozendaal2011-12-281-5/+6
* Moved type parameter A from RedBlack to Tree.Erik Rozendaal2011-12-281-5/+5
* Moved from Empty case object to case class in preparation of movingErik Rozendaal2011-12-281-1/+1
* Implemented takeWhile/dropWhile/span to use tree splitting. ThisErik Rozendaal2011-12-281-0/+13
* Implemented drop/take/slice/splitAt/dropRight/takeRight forErik Rozendaal2011-12-281-0/+23
* Optimized implementation of init/tail for TreeSet/TreeMap.Erik Rozendaal2011-12-281-0/+3
* Optimized implementations of head/headOption/last/lastOption forErik Rozendaal2011-12-281-0/+11
* Use RedBlack.iterator to create iterators for TreeSet/TreeMap.Erik Rozendaal2011-12-281-1/+1
* Update scaladoc links to collections overview.Josh Marcus2011-12-061-1/+1
* Enhanced scaladoc of collection classes with links to the relevant pages of "...Josh Marcus2011-12-051-0/+3
* More bridges in collections. Review by prokopec.Martin Odersky2011-04-271-1/+4
* Refactoring the collections api to support diff...Aleksandar Pokopec2011-04-131-2/+2
* Revert "Added missing string prefixes for names...Aleksandar Pokopec2011-02-151-2/+0
* Added missing string prefixes for names of map ...Aleksandar Pokopec2011-02-141-0/+2
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Fixes #4112. Closes #4112.Aleksandar Pokopec2011-01-101-0/+8
* Modified TreeMap to return a fresh empty node u...Paul Phillips2010-12-141-0/+1
* Deprecated the @serializable annotation, introd...Lukas Rytz2010-11-301-2/+2
* Removed more than 3400 svn '$Id' keywords and r...Antonio Cunei2010-05-121-1/+0
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-131-11/+31
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1