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
- Graph
-
- Supertypes
- Self type
Members list
Type members
Classlikes
Value members
Concrete methods
The default initial capacity for the hash table
The default initial capacity for the hash table
Attributes
The default load factor for the hash table
The default load factor for the hash table
Attributes
def newBuilder[K : Ordering, V](initialCapacity: Int, loadFactor: Double): Builder[(K, V), CollisionProofHashMap[K, V]]
Implicits
Inherited implicits
Attributes
- Inherited from:
- SortedMapFactory
In this article