Skip to main content

class HashSetCollisionBuilder<T>

undocumented

Type parameters

NameDescription
Tundocumented

Properties

_entries

undocumented

Definition

_entries?: List.Builder<T> | undefined;

context

undocumented

Definition

readonly context: HashSetContext<T>;

source

undocumented

Definition

source?: HashSetCollision<T> | undefined;

Methods

addInternal

undocumented

Definition

addInternal(value: T): boolean;

Parameters

NameTypeDescription
valueT

buildNE

undocumented

Definition

buildNE(): HashSetCollision<T>;

hasInternal

undocumented

Definition

hasInternal(value: T, hash?: number): boolean;

Parameters

NameTypeDescription
valueT
hashnumber

removeInternal

undocumented

Definition

removeInternal(value: T): boolean;

Parameters

NameTypeDescription
valueT