in scala.collection.jcl
class TreeSet

class TreeSet [A]
extends scala.collection.jcl.ConcreteWrapper[A]
with scala.collection.jcl.SortedSetWrapper[A]
with scala.ScalaObject
Creates a sorted set that is backed by an underlying Java tree set. Elements of the sorted set are ordered with respect to the ordered view bound of A.
Author:
Sean McDirmid

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
def this ()(view$0: (A) => scala.Ordered[A])

Val Detail
val underlying : java.util.TreeSet