scala.collection.mutable.Map

class MapTo

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

@deprecated

class MapTo(key : A)
extends AnyRef
Method Summary
def -> (value : B) : Unit
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def ->(value : B) : Unit