summaryrefslogtreecommitdiff
path: root/src/library/scala/collection/immutable/TreeSet.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
* SI-7590 TreeSet should fail fast if Ordering is nullSimon Ochsenreither2013-06-251-0/+3
* 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/+1
* 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
* Fixes SI-4478.Simon Ochsenreither2012-05-021-2/+2
* 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/+6
* Optimized implementation of TreeMap/TreeSet#to method.Erik Rozendaal2012-01-151-1/+5
* Tests for takeWhile/dropWhile/span.Erik Rozendaal2012-01-071-4/+1
* Renamed object RedBlack to RedBlackTree.Erik Rozendaal2012-01-071-4/+3
* Restore old RedBlack class to maintain backwards compatibility.Erik Rozendaal2012-01-061-2/+2
* 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/+1
* Use null to represent empty trees. Removed Empty/NonEmpty classes.Erik Rozendaal2012-01-031-23/+21
* 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-3/+3
* TreeMap/TreeSet no longer keep track of the size (the RedBlack treeErik Rozendaal2011-12-281-20/+16
* 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-4/+6
* Moved type parameter A from RedBlack to Tree.Erik Rozendaal2011-12-281-4/+4
* 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/+5
* 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
* Updated copyright notices to 2011Antonio Cunei2011-01-201-1/+1
* Extricated Addable and AddingBuilder from the f...Paul Phillips2010-12-071-2/+2
* 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
* Created Mutable and Immutable SetFactories to d...Paul Phillips2010-04-231-1/+1
* Documented immutable.*. no reviewAleksandar Pokopec2010-04-131-8/+28
* Noticed we still have a bunch of collection cla...Paul Phillips2010-03-221-3/+1
* Updated copyright notices to 2010Antonio Cunei2009-12-071-1/+1
* fixed #2500 (second part)Adriaan Moors2009-11-031-1/+1
* add @since annotationsstepancheg2009-09-261-0/+3
* Collections refactoring.Martin Odersky2009-09-251-3/+5
* fixed headers/comments/svn props, made some pro...michelou2009-09-151-10/+12