A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scala-lang.org/api/3.x/scala/collection/mutable/CollisionProofHashMap$.html below:

CollisionProofHashMap

Type members

Classlikes

sealed abstract class Node Attributes
Source
CollisionProofHashMap.scala
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], var right: RBNode[K, V], var parent: RBNode[K, V]) extends Node Attributes
Source
CollisionProofHashMap.scala
Supertypes

class

Node

class

Object

trait

Matchable

class

Any

Value members

Concrete methods

final def defaultInitialCapacity

:

Int

The default initial capacity for the hash table

The default initial capacity for the hash table

Attributes
Source
CollisionProofHashMap.scala
final def defaultLoadFactor

:

Double

The default load factor for the hash table

The default load factor for the hash table

Attributes
Source
CollisionProofHashMap.scala
def empty

[

K

:

Ordering

,

V

]:

CollisionProofHashMap

[

K

,

V

]

Attributes
Source
CollisionProofHashMap.scala
def from

[

K

:

Ordering

,

V

](

it

:

IterableOnce

[(

K

,

V

)]):

CollisionProofHashMap

[

K

,

V

]

Attributes
Source
CollisionProofHashMap.scala
def newBuilder

[

K

:

Ordering

,

V

]:

Builder

[(

K

,

V

),

CollisionProofHashMap

[

K

,

V

]]

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

def apply

[

K

:

Ordering

,

V

](

elems

: (

K

,

V

)*):

CollisionProofHashMap

[

K

,

V

]

Attributes
Inherited from:
SortedMapFactory
Source
Factory.scala

Implicits

Inherited implicits

implicit def sortedMapFactory

[

K

:

Ordering

,

V

]:

Factory

[(

K

,

V

),

CollisionProofHashMap

[

K

,

V

]]

Attributes
Inherited from:
SortedMapFactory
Source
Factory.scala

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4