CollisionProofHashMap

scala.collection.mutable.CollisionProofHashMap
See theCollisionProofHashMap companion class

This object provides a set of operations to create Iterable values.

Attributes

Companion
class
Graph
Supertypes
trait Serializable
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

sealed abstract class Node

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class RBNode[K, V]
final class RBNode[K, V](var key: K, var hash: Int, var value: V, var red: Boolean, var left: RBNode[K, V] | Null, var right: RBNode[K, V] | Null, var parent: RBNode[K, V] | Null) extends Node

Attributes

Supertypes
class Node
class Object
trait Matchable
class Any

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

Inherited methods

Attributes

Inherited from:
SortedMapFactory

Implicits

Inherited implicits

Attributes

Inherited from:
SortedMapFactory