in scala.collection.jcl.SortedMapWrapper
class Range

protected class Range
extends SortedMapWrapper.this.Range
with scala.collection.jcl.SortedMapWrapper[K, E]
with scala.ScalaObject

Constructor Summary
def this (from: scala.Option[K], until: scala.Option[K])

Val Summary
val underlying : java.util.SortedMap

Def Summary
override def compare (k0: K, k1: K) : scala.Int

Def inherited from SortedMapWrapper.this.Range
compare , contains, contains0, get, pfilter, put, rangeImpl
Def inherited from scala.collection.jcl.SortedMapWrapper[K, E]
Range , compare, first, keySet, last, underlying
Constructor Detail
def this (from: scala.Option[K], until: scala.Option[K])

Val Detail
val underlying : java.util.SortedMap

Def Detail
override def compare (k0: K, k1: K): scala.Int