scala.collection.jcl

object Map

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

object Map
extends AnyRef
Method Summary
def apply [T, E](map0 : java.util.Map[T, E]) : MapWrapper[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 MutableIterableProjection [A] extends Projection[A]
trait Projection [K, E] extends MutableIterableProjection[(K, E)] with Projection[K, E] with Map[K, E]
Method Details
def apply[T, E](map0 : java.util.Map[T, E]) : MapWrapper[T, E]