scala.collection.immutable
IntMap
object
IntMap extends AnyRef
Value Members
-
def
apply[T](elems: (Int, T)*): IntMap[T]
-
def
empty[T]: IntMap[T]
-
def
equals(arg0: Any): Boolean
-
def
hashCode(): Int
-
def
singleton[T](key: Int, value: T): IntMap[T]
-
def
toString(): String