scalax.data.collection

class RichMap

[source: scalax/data/collection.scala]

class RichMap[k, v](val m : scala.collection.immutable.Map[k, v])
extends AnyRef
Method Summary
def toArray : scala.Array[(k, v)]
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 toArray : scala.Array[(k, v)]


Copyright (c) 2005-8 The Scalax Project. All Rights Reserved.