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