Scalax
|
|
scalax/data/PolyMap.scala
]
trait
PolyMap[Key, Value]
extends
scala.Collection[(Key[Any], Value[Any])]Type Summary | |
type
|
ElemType |
Method Summary | |
abstract def
|
-= [A](k : Key[A]) : Unit |
abstract def
|
apply [A](k : Key[A]) : Value[A] |
abstract def
|
contains [A](k : Key[A]) : Boolean |
abstract def
|
get [A](k : Key[A]) : scala.Option[Value[A]] |
Methods inherited from scala.Collection | |
scala.Collection.size (abstract), scala.Collection.toArray, scala.Collection.toString, scala.Collection.stringPrefix |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Type Details |
Method Details |
Scalax
|
|