scala.collection.immutable

IntMap

object IntMap extends AnyRef

Go to: companion

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def apply[T](elems: (Int, T)*): IntMap[T]

  2. def empty[T]: IntMap[T]

  3. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  4. def hashCode(): Int

    Returns a hash code value for the object

  5. def singleton[T](key: Int, value: T): IntMap[T]

  6. def toString(): String

    Returns a string representation of the object