|
Scala 2.4.0-final
|
class
TreeSet
[A]
extends
java.lang.Object
with
scala.collection.jcl.CollectionWrapper[A]
with
scala.collection.jcl.SortedSetWrapper[A]
with
scala.ScalaObject
Constructor Summary | |
def
this
()(view$0: (A) => scala.Ordered[A])
|
Val Summary | |
val
underlying
: java.util.TreeSet
|
Def inherited from scala.collection.jcl.CollectionWrapper[A] | |
add , addAll, elements, equals, has, hasAll, hashCode, super$addAll, super$elements, super$hasAll, super=uals, toString, underlying, underlying0 |
Def inherited from scala.collection.jcl.SortedSetWrapper[A] | |
compare , first, last, rangeImpl, underlying |
Constructor Detail |
Val Detail |