scala.collection.immutable

Members list

Type members

Classlikes

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.

Type parameters

K

the type of the keys contained in this hash map.

V

the type of the values associated with the keys.

Attributes

See also

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

Companion
object
Supertypes
trait Serializable
class AbstractMap[K, V]
trait Map[K, V]
trait MapOps[K, V, OldHashMap, OldHashMap[K, V]]
trait Iterable[(K, V)]
class AbstractMap[K, V]
trait Map[K, V]
trait Equals
trait MapOps[K, V, OldHashMap, OldHashMap[K, V]]
trait PartialFunction[K, V]
trait K => V
class AbstractIterable[(K, V)]
trait Iterable[(K, V)]
trait IterableOps[(K, V), Iterable, OldHashMap[K, V]]
trait IterableOnceOps[(K, V), Iterable, OldHashMap[K, V]]
trait IterableOnce[(K, V)]
class Object
trait Matchable
class Any
Show all
Known subtypes
class HashTrieMap[K, V]
class OldHashMap1[K, V]
object OldHashMap extends MapFactory[OldHashMap]

$factoryInfo

$factoryInfo

Attributes

Companion
class
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
OldHashMap.type

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.

Type parameters

A

the type of the elements contained in this hash set.

Attributes

Companion
object
Supertypes
trait Serializable
class AbstractSet[A]
trait Set[A]
trait SetOps[A, OldHashSet, OldHashSet[A]]
trait Iterable[A]
class AbstractSet[A]
trait Set[A]
trait Equals
trait SetOps[A, OldHashSet, OldHashSet[A]]
trait A => Boolean
class AbstractIterable[A]
trait Iterable[A]
trait IterableOnce[A]
class Object
trait Matchable
class Any
Show all

$factoryInfo

$factoryInfo

Attributes

Companion
class
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type
OldHashSet.type