scala.collection.jcl

object SortedMap

[source: scala/collection/jcl/SortedMap.scala]

object SortedMap
extends AnyRef
Method Summary
def apply [T, E](map0 : java.util.SortedMap[T, E]) : SortedMapWrapper[T, E]
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
trait Projection [K, E] extends Projection[K, E] with SortedMap[K, E]
Method Details
def apply[T, E](map0 : java.util.SortedMap[T, E]) : SortedMapWrapper[T, E]