|
|
Scala 2.3.3
|
class
TreeSet
[A]
extends scala.collection.jcl.ConcreteWrapper[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.ConcreteWrapper[A] | |
| elements , equals, hashCode, toString |
| Def inherited from scala.collection.jcl.SortedSetWrapper[A] | |
| compare , first, last, rangeImpl, underlying |
| Constructor Detail |
| Val Detail |