|
Scala Library
|
|
scala/collection/immutable/IntMap.scala]
object
IntMap
extends AnyRef| Method Summary | |
def
|
apply [T](elems : (Int, T)*) : IntMap[T] |
def
|
empty [T] : IntMap[T] |
def
|
singleton [T](key : Int, value : T) : IntMap[T] |
| 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 |
|
Scala Library
|
|