package immutable
- Alphabetic
- By Inheritance
- immutable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- 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.
- See also
"Scala's Collection Library overview" section on
Hash Tries
for more information.
- 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.
- type StringOps = collection.StringOps
- type StringView = collection.StringView
Deprecated Type Members
Value Members
- val StringOps: collection.StringOps.type
- val StringView: collection.StringView.type
- object OldHashMap extends MapFactory[OldHashMap]
$factoryInfo
$factoryInfo
- Annotations
- @SerialVersionUID()
- object OldHashSet extends IterableFactory[OldHashSet]
$factoryInfo
$factoryInfo
- Annotations
- @SerialVersionUID()
Deprecated Value Members
- val Traversable: Iterable.type
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use Iterable instead of Traversable