in scala.collection.jcl
trait SortedSetWrapper

abstract trait SortedSetWrapper [A]
extends java.lang.Object
with scala.collection.jcl.SortedSet[A]
with scala.collection.jcl.SetWrapper[A]
with scala.ScalaObject

A wrapper around a Java sorted set.

The comparator of the sorted set matches the comparator of this set.

Author:
Sean McDirmid
Direct Known Subclasses:
Range, TreeSet, Range

Class Summary
protected class Range

Def Summary
override def compare (a0: A, a1: A) : scala.Int
delegates to the comparator of the underlying Java sorted set
override def first : A

override def last : A

override def rangeImpl (from: scala.Option[A], until: scala.Option[A]) : scala.collection.jcl.SortedSet[A]

abstract protected def underlying : java.util.SortedSet

Def inherited from scala.collection.jcl.SortedSet[A]
compare , first, last, pfilter, rangeImpl
Def inherited from scala.collection.jcl.SetWrapper[A]
clear , isEmpty, super$clear, underlying
Def Detail
override def compare (a0: A, a1: A): scala.Int
delegates to the comparator of the underlying Java sorted set

override def first : A

override def last : A

override def rangeImpl (from: scala.Option[A], until: scala.Option[A]): scala.collection.jcl.SortedSet[A]

abstract protected def underlying : java.util.SortedSet