class HashSetBlockBuilder<T>
undocumented
Type parameters
Name | Description |
---|---|
T | undocumented |
Properties
_entrySets
undocumented
_entrySets
Definition
_entrySets?: undefined
|
SetBlockBuilderEntry
<T>[];
addAll
undocumented
addAll
Definition
addAll: (source:
StreamSource
<T>) => boolean;
context
undocumented
context
Definition
readonly context:
HashSetContext
<T>;
entrySets
undocumented
entrySets
Definition
get entrySets():
SetBlockBuilderEntry
<T>[];
forEach
undocumented
forEach
Definition
forEach: (f: (value: T, index: number, halt: () => void) => void, options?: {
state?:
TraverseState
;
}) => void;
removeAll
undocumented
removeAll
Definition
removeAll: <ST>(values:
StreamSource
<ST>) => boolean;
source
undocumented
source
Definition
source?: undefined
|
HashSetBlock
<T>;
Methods
addInternal
undocumented
addInternal
buildNE
undocumented
buildNE
Definition
buildNE():
HashSetBlock
<T>;
hasInternal
undocumented
hasInternal