Packages

object HashMap extends ImmutableMapFactory[HashMap] with generic.BitOperations.Int with Serializable

This object provides a set of operations needed to create immutable.HashMap values.

Source
HashMap.scala
Linear Supertypes
Serializable, java.io.Serializable, generic.BitOperations.Int, ImmutableMapFactory[HashMap], MapFactory[HashMap], GenMapFactory[HashMap], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashMap
  2. Serializable
  3. Serializable
  4. Int
  5. ImmutableMapFactory
  6. MapFactory
  7. GenMapFactory
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class MapCanBuildFrom [A, B] extends CanBuildFrom[Coll, (A, B), CC[A, B]]

    The standard CanBuildFrom class for maps.

    The standard CanBuildFrom class for maps.

    Definition Classes
    GenMapFactory
  2. type Coll = HashMap[_, _]

    The type constructor of the collection that can be built by this factory

    The type constructor of the collection that can be built by this factory

    Definition Classes
    GenMapFactory
  3. class HashMap1 [A, +B] extends HashMap[A, B]
  4. class HashTrieMap [A, +B] extends HashMap[A, B]
  5. type Int = scala.Int
    Definition Classes
    Int

Value Members

  1. def apply[A, B](elems: (A, B)*): HashMap[A, B]

    A collection of type Map that contains given key/value bindings.

    A collection of type Map that contains given key/value bindings.

    A

    the type of the keys

    B

    the type of the associated values

    elems

    the key/value pairs that make up the map

    returns

    a new map consisting key/value pairs given by elems.

    Definition Classes
    GenMapFactory
  2. def bitString(num: Int, sep: String = ""): String
    Definition Classes
    Int
  3. def bits(num: Int): IndexedSeq[Boolean]
    Definition Classes
    Int
  4. implicit def canBuildFrom[A, B]: CanBuildFrom[Coll, (A, B), HashMap[A, B]]

    The standard CanBuildFrom instance for immutable.HashMap objects.

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

  5. def complement(i: Int): scala.Int
    Definition Classes
    Int
  6. def empty[A, B]: HashMap[A, B]

    An empty immutable.HashMap

    An empty immutable.HashMap

    Definition Classes
    HashMapMapFactoryGenMapFactory
  7. def hasMatch(key: Int, prefix: Int, m: Int): Boolean
    Definition Classes
    Int
  8. def highestOneBit(j: Int): scala.Int
    Definition Classes
    Int
  9. def mask(i: Int, mask: Int): scala.Int
    Definition Classes
    Int
  10. def newBuilder[A, B]: Builder[(A, B), HashMap[A, B]]

    The default builder for Map objects.

    The default builder for Map objects.

    A

    the type of the keys

    B

    the type of the associated values

    Definition Classes
    GenMapFactory
  11. def shorter(m1: Int, m2: Int): Boolean
    Definition Classes
    Int
  12. def unsignedCompare(i: Int, j: Int): Boolean
    Definition Classes
    Int
  13. def zero(i: Int, mask: Int): Boolean
    Definition Classes
    Int