scala.collection.mutable.CollisionProofHashMap
See theCollisionProofHashMap companion class
object CollisionProofHashMap extends SortedMapFactory[CollisionProofHashMap]
This object provides a set of operations to create Iterable
values.
Attributes
- Companion
- class
- Source
- CollisionProofHashMap.scala
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
Attributes
- Source
- CollisionProofHashMap.scala
- Supertypes
- Known subtypes
-
Value members
Concrete methods
The default initial capacity for the hash table
The default load factor for the hash table
Attributes
- Source
- CollisionProofHashMap.scala
Attributes
- Source
- CollisionProofHashMap.scala
Attributes
- Source
- CollisionProofHashMap.scala
def newBuilder[K : Ordering, V](initialCapacity: Int, loadFactor: Double): Builder[(K, V), CollisionProofHashMap[K, V]]
Attributes
- Source
- CollisionProofHashMap.scala
Inherited methods
Attributes
- Inherited from:
- SortedMapFactory
- Source
- Factory.scala
Implicits
Inherited implicits
Attributes
- Inherited from:
- SortedMapFactory
- Source
- Factory.scala
In this article