Scalax
|
|
scalax/data/collection.scala
]
class
IdMapper[a]
extends
scala.collection.mutable.HashMap[a, Int]Value Summary | |
val
|
i : scala.Iterator[Int] |
Method Summary | |
override def
|
default (k : a) : Int |
Methods inherited from scala.collection.mutable.HashMap | |
scala.collection.mutable.HashMap.-=, scala.collection.mutable.HashMap.clear, scala.collection.mutable.HashMap.clone |
Methods inherited from scala.Collection | |
scala.Collection.toArray |
Methods inherited from scala.PartialFunction | |
scala.PartialFunction.orElse, scala.PartialFunction.andThen |
Methods inherited from scala.Function1 | |
scala.Function1.compose |
Methods inherited from AnyRef | |
getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Value Details |
Method Details |
Scalax
|
|