Packages

object IntMap

A companion object for integer maps.

Source
IntMap.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IntMap
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply[T](elems: (IntMapUtils.Int, T)*): IntMap[T]
  2. implicit def canBuildFrom[A, B]: CanBuildFrom[IntMap[A], (IntMapUtils.Int, B), IntMap[B]]

    The standard CanBuildFrom instance for IntMap objects.

    The standard CanBuildFrom instance for IntMap objects. The created value is an instance of class MapCanBuildFrom.

  3. def empty[T]: IntMap[T]
  4. def singleton[T](key: IntMapUtils.Int, value: T): IntMap[T]