Packages

package immutable

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. immutable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class OldHashMap[K, +V] extends AbstractMap[K, V] with MapOps[K, V, OldHashMap, OldHashMap[K, V]] with StrictOptimizedIterableOps[(K, V), Iterable, OldHashMap[K, V]] with collection.StrictOptimizedMapOps[K, V, OldHashMap, OldHashMap[K, V]] with MapFactoryDefaults[K, V, OldHashMap, Iterable] with Serializable

    This class implements immutable maps using a hash trie.

    This class implements immutable maps using a hash trie.

    Note: The builder of this hash map may return specialized representations for small maps.

    K

    the type of the keys contained in this hash map.

    V

    the type of the values associated with the keys.

    Since

    2.3

    See also

    "Scala's Collection Library overview" section on Hash Tries for more information.

  2. sealed abstract class OldHashSet[A] extends AbstractSet[A] with SetOps[A, OldHashSet, OldHashSet[A]] with StrictOptimizedIterableOps[A, OldHashSet, OldHashSet[A]] with IterableFactoryDefaults[A, OldHashSet] with Serializable

    This class implements immutable sets using a hash trie.

    This class implements immutable sets using a hash trie.

    Note: The builder of this hash set may return specialized representations for small sets.

    A

    the type of the elements contained in this hash set.

    Since

    2.3

  3. type StringOps = collection.StringOps
  4. type StringView = collection.StringView

Deprecated Type Members

  1. type DefaultMap[K, +V] = Map[K, V]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Map instead of DefaultMap

  2. type Traversable[+X] = Iterable[X]
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Iterable instead of Traversable

Value Members

  1. val StringOps: collection.StringOps.type
  2. val StringView: collection.StringView.type
  3. object OldHashMap extends MapFactory[OldHashMap]

    $factoryInfo

    $factoryInfo

    Annotations
    @SerialVersionUID()
  4. object OldHashSet extends IterableFactory[OldHashSet]

    $factoryInfo

    $factoryInfo

    Annotations
    @SerialVersionUID()

Deprecated Value Members

  1. val Traversable: Iterable.type
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use Iterable instead of Traversable

Inherited from AnyRef

Inherited from Any

Ungrouped