|
Scala 2.4.0-RC2
|
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.
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, hasAll, keySet, last, pfilter, rangeImpl, subsetOf |
Def inherited from scala.collection.jcl.SetWrapper[A] | |
clear , isEmpty, underlying |
Def Detail |
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