Scalax
|
|
scalax/data/PolyHashMap.scala
]
class
PolyHashMap[Key, Value]
extends
PolyMap[Key, Value] with
AnyRefMethod Summary | |
def
|
-= [A](k : Key[A]) : Unit |
def
|
apply [A](k : Key[A]) : Value[A] |
def
|
clear : Unit |
def
|
contains [A](k : Key[A]) : Boolean |
def
|
elements : scala.Iterator[scala.Tuple2] |
def
|
get [A](k : Key[A]) : scala.Option[Value[A]] |
def
|
size : Int |
def
|
update [A](k : Key[A], v : Value[A]) : Unit |
Methods inherited from scala.Collection | |
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 |
Method Details |
def
get[A](k : Key[A]) : scala.Option[Value[A]]
def
clear : Unit
def
elements : scala.Iterator[scala.Tuple2]
def
size : Int
Scalax
|
|